mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 03:23:32 -04:00
OMAP: Tweak omap-common/Makefile since reset.S -> reset.c
Git commit d417d1db5f9092d125ddea882ced77eaa5f3d236 replaced the omap-common file reset.S with reset.c, but the Makefile was not adjusted for that. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:
parent
f281f299df
commit
c7f1cf5f29
@ -25,9 +25,8 @@ include $(TOPDIR)/config.mk
|
||||
|
||||
LIB = $(obj)libomap-common.o
|
||||
|
||||
SOBJS := reset.o
|
||||
|
||||
COBJS := timer.o
|
||||
COBJS := reset.o
|
||||
COBJS += timer.o
|
||||
COBJS += utils.o
|
||||
|
||||
ifneq ($(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user