hw: core as library
The build config for core is now provided through libraries to enable implicit config composition through specifiers and thereby avoid consideration of inappropriate targets. fix #1199
This commit is contained in:
committed by
Norman Feske
parent
5f145b74a5
commit
6cb9559feb
1
tool/builddir/etc/build.conf.hw_vea9x4_tz
Normal file
1
tool/builddir/etc/build.conf.hw_vea9x4_tz
Normal file
@@ -0,0 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/base-hw
|
||||
@@ -29,6 +29,7 @@ usage:
|
||||
@echo " 'codezero_vpb926'"
|
||||
@echo " 'hw_panda'"
|
||||
@echo " 'hw_vea9x4'"
|
||||
@echo " 'hw_vea9x4_tz'"
|
||||
@echo " 'hw_pbxa9'"
|
||||
@echo " 'hw_imx31'"
|
||||
@echo " 'hw_imx53'"
|
||||
@@ -215,6 +216,9 @@ hw_pbxa9::
|
||||
hw_vea9x4::
|
||||
@echo "SPECS = genode hw_vea9x4" > $(BUILD_DIR)/etc/specs.conf
|
||||
|
||||
hw_vea9x4_tz::
|
||||
@echo "SPECS = genode hw_vea9x4_tz" > $(BUILD_DIR)/etc/specs.conf
|
||||
|
||||
hw_panda::
|
||||
@echo "SPECS = genode hw_panda" > $(BUILD_DIR)/etc/specs.conf
|
||||
|
||||
@@ -225,7 +229,7 @@ hw_imx53::
|
||||
@echo "SPECS = genode hw_imx53" > $(BUILD_DIR)/etc/specs.conf
|
||||
|
||||
hw_imx53_tz::
|
||||
@echo "SPECS = genode hw_imx53 trustzone" > $(BUILD_DIR)/etc/specs.conf
|
||||
@echo "SPECS = genode hw_imx53_tz" > $(BUILD_DIR)/etc/specs.conf
|
||||
|
||||
hw_arndale::
|
||||
@echo "SPECS = genode hw_arndale" > $(BUILD_DIR)/etc/specs.conf
|
||||
|
||||
Reference in New Issue
Block a user