mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-05 02:03:07 +00:00
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:
parent
6aba9b1b9a
commit
bb06e8451a
@ -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
|
5
repos/dde_linux/lib/mk/spec/arm_v7/lx_kit_setjmp.mk
Normal file
5
repos/dde_linux/lib/mk/spec/arm_v7/lx_kit_setjmp.mk
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
SRC_S += setjmp.S
|
||||||
|
|
||||||
|
vpath %.S $(REP_DIR)/src/lib/lx_kit/spec/arm
|
||||||
|
|
||||||
|
CC_CXX_WARN_STRICT =
|
Loading…
x
Reference in New Issue
Block a user