mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
hw: make core target require 'hw' spec (fix #599)
This commit is contained in:
parent
73eb7a8d4b
commit
ed2d54ed87
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# declare wich specs must be given to build this target
|
# declare wich specs must be given to build this target
|
||||||
REQUIRES += platform_arndale
|
REQUIRES += hw_arndale
|
||||||
|
|
||||||
# add include paths
|
# add include paths
|
||||||
INC_DIR += $(REP_DIR)/src/core/arndale
|
INC_DIR += $(REP_DIR)/src/core/arndale
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# declare wich specs must be given to build this target
|
# declare wich specs must be given to build this target
|
||||||
REQUIRES = platform_imx31
|
REQUIRES = hw_imx31
|
||||||
|
|
||||||
# add include paths
|
# add include paths
|
||||||
INC_DIR += $(REP_DIR)/src/core/imx31
|
INC_DIR += $(REP_DIR)/src/core/imx31
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# declare wich specs must be given to build this target
|
# declare wich specs must be given to build this target
|
||||||
REQUIRES += platform_imx53
|
REQUIRES += hw_imx53
|
||||||
|
|
||||||
# add include paths
|
# add include paths
|
||||||
INC_DIR += $(REP_DIR)/src/core/imx53
|
INC_DIR += $(REP_DIR)/src/core/imx53
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# declare wich specs must be given to build this target
|
# declare wich specs must be given to build this target
|
||||||
REQUIRES += platform_odroid_xu
|
REQUIRES += hw_odroid_xu
|
||||||
|
|
||||||
# add include paths
|
# add include paths
|
||||||
INC_DIR += $(REP_DIR)/src/core/odroid_xu
|
INC_DIR += $(REP_DIR)/src/core/odroid_xu
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# declare wich specs must be given to build this target
|
# declare wich specs must be given to build this target
|
||||||
REQUIRES += platform_panda
|
REQUIRES += hw_panda
|
||||||
|
|
||||||
# add include paths
|
# add include paths
|
||||||
INC_DIR += $(REP_DIR)/src/core/panda
|
INC_DIR += $(REP_DIR)/src/core/panda
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# declare wich specs must be given to build this target
|
# declare wich specs must be given to build this target
|
||||||
REQUIRES += platform_pbxa9
|
REQUIRES += hw_pbxa9
|
||||||
|
|
||||||
# add include paths
|
# add include paths
|
||||||
INC_DIR += $(REP_DIR)/src/core/pbxa9
|
INC_DIR += $(REP_DIR)/src/core/pbxa9
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# declare wich specs must be given to build this target
|
# declare wich specs must be given to build this target
|
||||||
REQUIRES = platform_rpi
|
REQUIRES = hw_rpi
|
||||||
|
|
||||||
# add include paths
|
# add include paths
|
||||||
INC_DIR += $(REP_DIR)/src/core/rpi
|
INC_DIR += $(REP_DIR)/src/core/rpi
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# declare wich specs must be given to build this target
|
# declare wich specs must be given to build this target
|
||||||
REQUIRES += platform_vea9x4
|
REQUIRES += hw_vea9x4
|
||||||
ifeq ($(filter-out $(SPECS),trustzone),)
|
ifeq ($(filter-out $(SPECS),trustzone),)
|
||||||
REQUIRES += no_trustone
|
REQUIRES += no_trustone
|
||||||
endif
|
endif
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# declare wich specs must be given to build this target
|
# declare wich specs must be given to build this target
|
||||||
REQUIRES += platform_vea9x4 trustzone
|
REQUIRES += hw_vea9x4 trustzone
|
||||||
|
|
||||||
# add include paths
|
# add include paths
|
||||||
INC_DIR += $(REP_DIR)/src/core/vea9x4/trustzone
|
INC_DIR += $(REP_DIR)/src/core/vea9x4/trustzone
|
||||||
|
Loading…
Reference in New Issue
Block a user