aboutsummaryrefslogtreecommitdiff
path: root/contrib/wpa/src/p2p/Makefile
blob: 4d1618006c68260545d2f0ec47e76c6ebc476090 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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