Makefile 215 B

123456789
  1. #
  2. # Makefile for the Apple network device drivers.
  3. #
  4. obj-$(CONFIG_MACE) += mace.o
  5. obj-$(CONFIG_BMAC) += bmac.o
  6. obj-$(CONFIG_MAC89x0) += mac89x0.o
  7. obj-$(CONFIG_CS89x0) += cs89x0.o
  8. obj-$(CONFIG_MACMACE) += macmace.o