[make] add options to add extra .o files to the link line at the module and global scope
This commit is contained in:
3
makefile
3
makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user