more coding style fixes
[acx-mac80211.git] / Makefile
blob529a80404ce985e4ecd9ed5fa81005b58d5bdebf
1 #obj-$(CONFIG_ACX_MAC80211) += acx-mac80211.o
3 #acx-mac80211-obj-$(CONFIG_ACX_MAC80211_PCI) += pci.o
4 #acx-mac80211-obj-$(CONFIG_ACX_MAC80211_USB) += usb.o
6 #acx-mac80211-objs := wlan.o conv.o ioctl.o common.o $(acx-mac80211-obj-y)
7 #acx-mac80211-objs := common.o $(acx-mac80211-obj-y)
9 obj-m = acx-mac80211.o
10 acx-mac80211-objs := common.o pci.o #usb.o
12 # Use this if you have proper Kconfig integration:
14 #obj-$(CONFIG_ACX) += acx.o
16 #acx-obj-$(CONFIG_ACX_PCI) += pci.o
17 #acx-obj-$(CONFIG_ACX_USB) += usb.o
19 #acx-objs := wlan.o conv.o ioctl.o common.o $(acx-obj-y)