Makefile 292 B

123456789101112
  1. #
  2. # Makefile for the IBM PPC4xx EMAC controllers
  3. #
  4. obj-$(CONFIG_IBM_EMAC) += ibm_emac.o
  5. ibm_emac-objs := ibm_emac_mal.o ibm_emac_core.o ibm_emac_phy.o
  6. # Only need this if you want to see additional debug messages
  7. ifeq ($(CONFIG_IBM_EMAC_ERRMSG), y)
  8. ibm_emac-objs += ibm_emac_debug.o
  9. endif