mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-19 09:13:31 +08:00
7a4fb11b85
Remove the board.c and time.c files and all associated non-generic board initialization code. Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>
10 lines
189 B
Makefile
10 lines
189 B
Makefile
#
|
|
# (C) Copyright 2000-2015
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y = cache.o interrupts.o
|
|
obj-$(CONFIG_CMD_BOOTM) += bootm.o
|