1
2#CFLAGS += 
3
4
5OBJS += nvports.o nvcommons5.o
6
7
8
9#Other config specific defines 
10
11ifeq ($(CONFIG_PPTP_CLIENT),y)
12OBJS += nvpptp.o
13endif
14ifeq ($(CONFIG_IPSEC_FREESWAN),y)
15OBJS += nvipsec.o
16endif
17