mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-21 01:24:18 +00:00
13 lines
232 B
Makefile
13 lines
232 B
Makefile
|
# Copyright 2015-2016 Freescale Semiconductor, Inc.
|
||
|
# Copyright 2017 NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier:GPL-2.0+
|
||
|
|
||
|
# Layerscape PFE driver
|
||
|
obj-y += pfe_cmd.o \
|
||
|
pfe_driver.o \
|
||
|
pfe_eth.o \
|
||
|
pfe_firmware.o \
|
||
|
pfe_hw.o \
|
||
|
pfe_mdio.o
|