mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-18 13:22:07 +02:00
12 lines
255 B
Makefile
12 lines
255 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2008 Magnus Lilja <lilja.magnus@gmail.com>
|
|
#
|
|
# (C) Copyright 2000-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
obj-y += lowlevel_init.o
|
|
endif
|
|
obj-y += mx31pdk.o
|