mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
create_builddir: remove 'linux' option
Since unifying the build directories accross architectures, the special case of the 'linux' platform is no longer needed. Linux can be targeted from regular CPU-architecture-specific build directories via: KERNEL=linux BOARD=linux Fixes #4366
This commit is contained in:
committed by
Christian Helmuth
parent
88ca8d1a72
commit
48f0307234
@@ -1,11 +0,0 @@
|
||||
# kernel to use
|
||||
KERNEL ?= linux
|
||||
|
||||
|
||||
##
|
||||
## Kernel-specific run tool configuration
|
||||
##
|
||||
|
||||
RUN_OPT = --include boot_dir/linux \
|
||||
--include power_on/linux --include log/linux
|
||||
|
||||
Reference in New Issue
Block a user