dde_linux: split lib/mk into arm_v6/7/8

Split 'arm' and 'arm_64' into 'arm_v(6|7|8)'

issue #5095
This commit is contained in:
Sebastian Sumpf 2024-01-19 12:43:01 +01:00 committed by Christian Helmuth
parent 6aba9b1b9a
commit bb06e8451a
10 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,6 @@
LINUX_ARCH=arm
# arm_v6 specific kernel configuration
include $(REP_DIR)/src/virt_linux/arm_v6/target.inc
include $(REP_DIR)/lib/mk/virt_linux_generated.inc

View File

@ -0,0 +1,5 @@
SRC_S += setjmp.S
vpath %.S $(REP_DIR)/src/lib/lx_kit/spec/arm
CC_CXX_WARN_STRICT =