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:
Norman Feske
2022-01-06 12:08:13 +01:00
committed by Christian Helmuth
parent 88ca8d1a72
commit 48f0307234
2 changed files with 7 additions and 33 deletions

View File

@@ -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