mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
base-hw: remove other board libs from recipes
This commit is contained in:
parent
82d50912f6
commit
1c77ea2b03
@ -1,3 +1,5 @@
|
||||
BOARD = arndale
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = imx53_qsb
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = imx53_qsb_tz
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = imx6q_sabrelite
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = imx7d_sabre
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = imx8q_evk
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = muen
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = nit6_solox
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = odroid_xu
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = panda
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = pbxa9
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1 +1,3 @@
|
||||
BOARD = pc
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = rpi
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = rpi3
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD = zynq_qemu
|
||||
|
||||
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
|
@ -5,7 +5,7 @@ content: src/bootstrap
|
||||
src/bootstrap:
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
content: generalize_target_names
|
||||
content: generalize_target_names remove_other_board_libs
|
||||
|
||||
generalize_target_names: lib/mk src/lib src/timer
|
||||
for spec in arm riscv x86_64; do \
|
||||
@ -14,3 +14,6 @@ generalize_target_names: lib/mk src/lib src/timer
|
||||
sed -i "s/ld-hw/ld/" src/lib/ld/hw/target.mk
|
||||
sed -i "s/hw_timer_drv/timer/" src/timer/hw/target.mk
|
||||
|
||||
remove_other_board_libs: lib/mk
|
||||
find lib/mk/spec -name core-hw-*.mk -o -name bootstrap-hw-*.mk |\
|
||||
grep -v "hw-$(BOARD).mk" | xargs rm -rf
|
||||
|
Loading…
x
Reference in New Issue
Block a user