mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00: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>
9 lines
189 B
Makefile
9 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
|