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>
16 lines
239 B
Makefile
16 lines
239 B
Makefile
CFLAGS += -DCONFIG_WIFI_DISPLAY
|
|
CFLAGS += -DCONFIG_WPS_NFC
|
|
|
|
LIB_OBJS= \
|
|
p2p_build.o \
|
|
p2p.o \
|
|
p2p_dev_disc.o \
|
|
p2p_go_neg.o \
|
|
p2p_group.o \
|
|
p2p_invitation.o \
|
|
p2p_parse.o \
|
|
p2p_pd.o \
|
|
p2p_sd.o \
|
|
p2p_utils.o
|
|
|
|
include ../lib.rules
|