# SPDX-License-Identifier: GPL-2.0
|
#
|
# Makefile for the Freescale DPAA2 Ethernet Switch
|
#
|
# Copyright 2014-2017 Freescale Semiconductor Inc.
|
# Copyright 2017-2018 NXP
|
|
obj-$(CONFIG_FSL_DPAA2_ETHSW) += dpaa2-ethsw.o
|
|
dpaa2-ethsw-objs := ethsw.o ethsw-ethtool.o dpsw.o
|