Browse Source

make DYNAMIC_ARCH option available to getarch_2nd/param.h

tags/v0.3.20
Martin Kroeker GitHub 4 years ago
parent
commit
2573ccfb2e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile.prebuild

+ 4
- 0
Makefile.prebuild 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


Loading…
Cancel
Save