added files
[bcm963xx.git] / bcmdrivers / broadcom / net / wl / impl1 / shared / Makefile
1 #
2 # Makefile for the kernel objects for Broadcom wireless driver
3 #
4
5 obj-y +=
6
7 WLLX=1
8 WLCFGDIR        = $(obj)/../wl/config
9 WLCONFFILE      = wlconfig_lx_wl_dslcpe_binosl_pkt
10 include $(WLCFGDIR)/$(WLCONFFILE)
11
12 ifeq ($(BINOSL_PKT),1)
13 obj-y += linux_osl_pkt.o
14 EXTRA_CFLAGS    += -DBINOSL_PKT
15 EXTRA_CFLAGS    += -DDSLCPE
16 endif
17
18
19 EXTRA_CFLAGS    += -I$(obj)/../include
20
21 -include $(TOPDIR)/Rules.make
22
23 clean:
24         rm -f core *.o *.a *.s *.bin