[make] remove the BOOTOBJS variable, ordering is handled via a special linker section

This commit is contained in:
Travis Geiselbrecht
2012-01-24 15:42:44 -08:00
parent 4c9febca87
commit 4b7fd32e65
4 changed files with 4 additions and 10 deletions

View File

@@ -48,9 +48,7 @@ LDFLAGS += -gc-sections
# top level rule
all:: $(OUTBIN) $(OUTELF).lst $(OUTELF).debug.lst $(OUTELF).sym $(OUTELF).size
# the following three object lists are identical except for the ordering
# which is bootobjs, kobjs, objs
BOOTOBJS :=
# master object list
OBJS :=
# a linker script needs to be declared in one of the project/target/platform files