Makefile 298 B

123456789101112
  1. #
  2. # Makefile for the Freescale DPAA Ethernet controllers
  3. #
  4. # Include FMan headers
  5. FMAN = $(srctree)/drivers/net/ethernet/freescale/fman
  6. ccflags-y += -I$(FMAN)
  7. obj-$(CONFIG_FSL_DPAA_ETH) += fsl_dpa.o
  8. fsl_dpa-objs += dpaa_eth.o dpaa_ethtool.o dpaa_eth_sysfs.o
  9. CFLAGS_dpaa_eth.o := -I$(src)