mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
8 lines
125 B
Makefile
8 lines
125 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# Copyright 2019 NXP
|
||
|
|
||
|
obj-y += ddr.o
|
||
|
obj-y += ls1046afrwy.o
|
||
|
obj-$(CONFIG_NET) += eth.o
|