mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
16 lines
299 B
Makefile
16 lines
299 B
Makefile
|
#
|
||
|
# (C) Copyright 2000-2006
|
||
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||
|
#
|
||
|
# (C) Copyright 2008-2009 Freescale Semiconductor, Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += ox820.o
|
||
|
obj-y += lowlevel_init.o
|
||
|
|
||
|
obj-$(CONFIG_SPL_BUILD) += spl_start.o
|
||
|
obj-$(CONFIG_SPL_BUILD) += ddr.o
|
||
|
|