Makefile 333 B

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