1d0d8888af
We don't really need to duplicate more of this, so just move the lib.rules include to the end and do more of the stuff that's common anyway there. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
9 lines
123 B
Makefile
9 lines
123 B
Makefile
CFLAGS += -DCONFIG_IPV6
|
|
|
|
LIB_OBJS= \
|
|
radius.o \
|
|
radius_client.o \
|
|
radius_das.o \
|
|
radius_server.o
|
|
|
|
include ../lib.rules
|