mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
i386: Reorder source objects in lib_i386 Makefile
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
parent
aea14421c5
commit
4ee4e413ba
1 changed files with 4 additions and 4 deletions
|
@ -32,16 +32,16 @@ SOBJS-y += realmode_switch.o
|
|||
COBJS-y += bios_setup.o
|
||||
COBJS-y += board.o
|
||||
COBJS-y += bootm.o
|
||||
COBJS-y += interrupts.o
|
||||
COBJS-$(CONFIG_SYS_PCAT_INTERRUPTS) += pcat_interrupts.o
|
||||
COBJS-$(CONFIG_SYS_GENERIC_TIMER) += pcat_timer.o
|
||||
COBJS-$(CONFIG_PCI) += pci.o
|
||||
COBJS-$(CONFIG_PCI) += pci_type1.o
|
||||
COBJS-y += realmode.o
|
||||
COBJS-y += timer.o
|
||||
COBJS-y += video_bios.o
|
||||
COBJS-y += video.o
|
||||
COBJS-y += zimage.o
|
||||
COBJS-y += interrupts.o
|
||||
COBJS-y += timer.o
|
||||
COBJS-$(CONFIG_SYS_PCAT_INTERRUPTS) += pcat_interrupts.o
|
||||
COBJS-$(CONFIG_SYS_GENERIC_TIMER) += pcat_timer.o
|
||||
|
||||
SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
|
||||
OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
|
||||
|
|
Loading…
Add table
Reference in a new issue