Makefile 237 B

123456789101112
  1. #
  2. # Makefile for the Motorola 8xx FEC ethernet controller
  3. #
  4. obj-$(CONFIG_FEC_8XX) += fec_8xx.o
  5. fec_8xx-objs := fec_main.o fec_mii.o
  6. # the platform instantatiation objects
  7. ifeq ($(CONFIG_NETTA),y)
  8. fec_8xx-objs += fec_8xx-netta.o
  9. endif