build: make kernel entry symbol a config option
This might change for different ports, so make it configurable. Signed-off-by: Gustavo Lima Chaves <gustavo.lima.chaves@intel.com>
This commit is contained in:
parent
ca3d51b5fa
commit
c94760045f
2 changed files with 7 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -849,7 +849,7 @@ quiet_cmd_create-lnk = LINK $@
|
|||
echo "$(LINKFLAGPREFIX)-Map=$(KERNEL_NAME).map"; \
|
||||
echo "-L $(objtree)/include/generated"; \
|
||||
echo "-u _OffsetAbsSyms -u _ConfigAbsSyms"; \
|
||||
echo "-e __start"; \
|
||||
echo "-e $(CONFIG_KERNEL_ENTRY)"; \
|
||||
echo "$(LINKFLAGPREFIX)--start-group"; \
|
||||
echo "$(LINKFLAGPREFIX)--whole-archive"; \
|
||||
echo "libapplication.a"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue