Makefile 302 B

1234567891011121314
  1. obj-$(CONFIG_B43LEGACY) += b43legacy.o
  2. b43legacy-obj-$(CONFIG_B43LEGACY_DEBUG) += debugfs.o
  3. b43legacy-obj-$(CONFIG_B43LEGACY_DMA) += dma.o
  4. b43legacy-obj-$(CONFIG_B43LEGACY_PIO) += pio.o
  5. b43legacy-objs := main.o \
  6. ilt.o \
  7. leds.o \
  8. phy.o \
  9. radio.o \
  10. sysfs.o \
  11. xmit.o \
  12. $(b43legacy-obj-y)