Add missing function entry logging (patch from: David Planella - http://sourceforge...
[acx-mac80211.git] / Makefile
blob2e2500a98a49c4c5a72049652894e0f795a27489
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 # Use this if you have proper Kconfig integration:
11 #obj-$(CONFIG_ACX) += acx.o
13 #acx-obj-$(CONFIG_ACX_PCI) += pci.o
14 #acx-obj-$(CONFIG_ACX_USB) += usb.o
16 #acx-objs := wlan.o conv.o ioctl.o common.o $(acx-obj-y)