blob: bdf8a7a8f33de92a298004b4b31272fd42dec259 [file] [log] [blame]
Sundarajan Srinivasan1b03fe22014-12-02 13:20:56 -08001ccflags-y := -I$(obj) -I$(obj)/.. -I$(obj)/../exports -DNSS_DEBUG_LEVEL=0 #-DPROFILE_DEBUG
Arunkumar Tb3de78b2016-10-14 19:42:06 +05302ccflags-y += -Werror
Sundarajan Srinivasan1b03fe22014-12-02 13:20:56 -08003
4obj-m += qca-nss-profile-drv.o
5qca-nss-profile-drv-objs := profile.o
6
7ccflags-y += $(NSS_CCFLAGS)