diff options
Diffstat (limited to 'drivers/net/wireless/b43legacy/Makefile')
-rw-r--r-- | drivers/net/wireless/b43legacy/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43legacy/Makefile b/drivers/net/wireless/b43legacy/Makefile new file mode 100644 index 000000000000..ec3a2482bbad --- /dev/null +++ b/drivers/net/wireless/b43legacy/Makefile | |||
@@ -0,0 +1,14 @@ | |||
1 | obj-$(CONFIG_B43LEGACY) += b43legacy.o | ||
2 | b43legacy-obj-$(CONFIG_B43LEGACY_DEBUG) += debugfs.o | ||
3 | |||
4 | b43legacy-obj-$(CONFIG_B43LEGACY_DMA) += dma.o | ||
5 | b43legacy-obj-$(CONFIG_B43LEGACY_PIO) += pio.o | ||
6 | |||
7 | b43legacy-objs := main.o \ | ||
8 | ilt.o \ | ||
9 | leds.o \ | ||
10 | phy.o \ | ||
11 | radio.o \ | ||
12 | sysfs.o \ | ||
13 | xmit.o \ | ||
14 | $(b43legacy-obj-y) | ||