mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02:00
14 lines
267 B
Makefile
14 lines
267 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
|
|
obj-$(CONFIG_CMD_BOOTM) += bootm.o
|
|
obj-y += interrupts.o
|
|
obj-y += dram_init.o
|