make DYNAMIC_ARCH option available to getarch_2nd/param.h

This commit is contained in:
Martin Kroeker 2022-01-08 23:50:34 +01:00 committed by GitHub
parent f1ac59f200
commit 2573ccfb2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
export BINARY
export USE_OPENMP
ifdef DYNAMIC_ARCH
override HOST_CFLAGS += -DDYNAMIC_ARCH
endif
ifdef TARGET_CORE
TARGET_MAKE = Makefile_kernel.conf
TARGET_CONF = config_kernel.h