[make] add options to add extra .o files to the link line at the module and global scope

This commit is contained in:
Travis Geiselbrecht
2012-09-23 18:29:34 -07:00
parent 1286f5bdc9
commit 6830dfe447
3 changed files with 8 additions and 3 deletions

View File

@@ -82,6 +82,9 @@ EXTRA_BUILDDEPS :=
# any rules you put here will be depended on in clean builds
EXTRA_CLEANDEPS :=
# any objects you put here get linked with the final image
EXTRA_OBJS :=
include project/$(PROJECT).mk
include target/$(TARGET)/rules.mk
include platform/$(PLATFORM)/rules.mk