mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
mk: pass KERNEL as environment variable
This is a follow-up fix for "mk/ld.mk: trigger kernel-dependent ld.lib.so build", which alleviates the need to specify the KERNEL at the build-system command line. Thanks to Piotr Tworek for reporting. Issue #4320
This commit is contained in:
parent
4769e05626
commit
ef732f480f
@ -66,6 +66,7 @@ export LIB_DEP_FILE ?= var/libdeps
|
||||
export ECHO ?= echo -e
|
||||
export CONTRIB_DIR
|
||||
export BOARD
|
||||
export KERNEL
|
||||
|
||||
#
|
||||
# Convert user-defined directories to absolute directories
|
||||
|
Loading…
Reference in New Issue
Block a user