mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
Extend create_builddir for the base-hw platforms.
This commit is contained in:
parent
d079ef51ae
commit
4c710e853b
1
tool/builddir/etc/build.conf.hw_panda_a2
Normal file
1
tool/builddir/etc/build.conf.hw_panda_a2
Normal file
@ -0,0 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/base-hw
|
1
tool/builddir/etc/build.conf.hw_pbxa9
Normal file
1
tool/builddir/etc/build.conf.hw_pbxa9
Normal file
@ -0,0 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/base-hw
|
1
tool/builddir/etc/build.conf.hw_vea9x4
Normal file
1
tool/builddir/etc/build.conf.hw_vea9x4
Normal file
@ -0,0 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/base-hw
|
@ -27,6 +27,9 @@ usage:
|
||||
@echo " 'nova_x86_64'"
|
||||
@echo " 'codezero_vpb926'"
|
||||
@echo " 'mb_s3a_starter_kit'"
|
||||
@echo " 'hw_panda_a2'"
|
||||
@echo " 'hw_vea9x4'"
|
||||
@echo " 'hw_pbxa9'"
|
||||
@echo " 'foc_x86_32'"
|
||||
@echo " 'foc_x86_64'"
|
||||
@echo " 'foc_pbxa9'"
|
||||
@ -177,6 +180,15 @@ mb_s3a_starter_kit::
|
||||
mb_ml507::
|
||||
@echo "SPECS = genode mb_ml507" > $(BUILD_DIR)/etc/specs.conf
|
||||
|
||||
hw_pbxa9::
|
||||
@echo "SPECS = genode hw_pbxa9" > $(BUILD_DIR)/etc/specs.conf
|
||||
|
||||
hw_vea9x4::
|
||||
@echo "SPECS = genode hw_vea9x4" > $(BUILD_DIR)/etc/specs.conf
|
||||
|
||||
hw_panda_a2::
|
||||
@echo "SPECS = genode hw_panda_a2" > $(BUILD_DIR)/etc/specs.conf
|
||||
|
||||
lx_hybrid_x86::
|
||||
@echo "CROSS_DEV_PREFIX =" > $(BUILD_DIR)/etc/tools.conf
|
||||
@echo "SPECS += always_hybrid" >> $(BUILD_DIR)/etc/specs.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user