NOVA: use latest kernel from github

Related to issue #431. Requires toolchain rebuild to bump version to 2.22 !!!

Fixes #429
This commit is contained in:
Alexander Boettcher
2012-10-24 12:55:47 +02:00
committed by Norman Feske
parent 7c77d0ee5f
commit c1d59e81c2
2 changed files with 4 additions and 3 deletions

View File

@ -30,7 +30,8 @@ $(error Unsupported environment)
endif
endif
CXX_LINK_OPT = -Wl,--gc-sections -Wl,--warn-common -Wl,-static -Wl,-n
git_version = $(shell cd $(NOVA_SRC_DIR) && (git rev-parse HEAD 2>/dev/null || echo 0) | cut -c1-7)
CXX_LINK_OPT = -Wl,--gc-sections -Wl,--warn-common -Wl,-static -Wl,-n -Wl,--defsym=GIT_VER=0x$(call git_version)
LD_TEXT_ADDR = # 0xc000000000 - when setting this 64bit compile fails because of relocation issues!!
LD_SCRIPT_STATIC = hypervisor.o