hw: make core target require 'hw' spec (fix #599)

This commit is contained in:
Stefan Kalkowski 2014-04-29 15:10:59 +02:00 committed by Norman Feske
parent 73eb7a8d4b
commit ed2d54ed87
9 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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