mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
a752a8b4c4
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
16 lines
322 B
Makefile
16 lines
322 B
Makefile
#
|
|
# (C) Copyright 2002-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# (C) Copyright 2004-2006 Atmel Corporation
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += memset.o
|
|
ifndef CONFIG_SYS_GENERIC_BOARD
|
|
obj-y += board.o
|
|
endif
|
|
obj-$(CONFIG_CMD_BOOTM) += bootm.o
|
|
obj-y += interrupts.o
|
|
obj-y += dram_init.o
|