diff --git a/base-hw/src/core/arndale/target.mk b/base-hw/src/core/arndale/target.mk index c25e03f7d..fa54e22e6 100644 --- a/base-hw/src/core/arndale/target.mk +++ b/base-hw/src/core/arndale/target.mk @@ -6,7 +6,7 @@ # # declare wich specs must be given to build this target -REQUIRES += platform_arndale +REQUIRES += hw_arndale # add include paths INC_DIR += $(REP_DIR)/src/core/arndale diff --git a/base-hw/src/core/imx31/target.mk b/base-hw/src/core/imx31/target.mk index 853f7b98a..1ec9a34a9 100644 --- a/base-hw/src/core/imx31/target.mk +++ b/base-hw/src/core/imx31/target.mk @@ -5,7 +5,7 @@ # # declare wich specs must be given to build this target -REQUIRES = platform_imx31 +REQUIRES = hw_imx31 # add include paths INC_DIR += $(REP_DIR)/src/core/imx31 diff --git a/base-hw/src/core/imx53/target.inc b/base-hw/src/core/imx53/target.inc index aaf5dc8c1..c0e0a688c 100644 --- a/base-hw/src/core/imx53/target.inc +++ b/base-hw/src/core/imx53/target.inc @@ -6,7 +6,7 @@ # # declare wich specs must be given to build this target -REQUIRES += platform_imx53 +REQUIRES += hw_imx53 # add include paths INC_DIR += $(REP_DIR)/src/core/imx53 diff --git a/base-hw/src/core/odroid_xu/target.mk b/base-hw/src/core/odroid_xu/target.mk index 27e73511b..1604e96d6 100644 --- a/base-hw/src/core/odroid_xu/target.mk +++ b/base-hw/src/core/odroid_xu/target.mk @@ -5,7 +5,7 @@ # # declare wich specs must be given to build this target -REQUIRES += platform_odroid_xu +REQUIRES += hw_odroid_xu # add include paths INC_DIR += $(REP_DIR)/src/core/odroid_xu diff --git a/base-hw/src/core/panda/target.mk b/base-hw/src/core/panda/target.mk index e86626450..d3f58f12e 100644 --- a/base-hw/src/core/panda/target.mk +++ b/base-hw/src/core/panda/target.mk @@ -6,7 +6,7 @@ # # declare wich specs must be given to build this target -REQUIRES += platform_panda +REQUIRES += hw_panda # add include paths INC_DIR += $(REP_DIR)/src/core/panda diff --git a/base-hw/src/core/pbxa9/target.mk b/base-hw/src/core/pbxa9/target.mk index 12be5662b..c1df37e03 100644 --- a/base-hw/src/core/pbxa9/target.mk +++ b/base-hw/src/core/pbxa9/target.mk @@ -6,7 +6,7 @@ # # declare wich specs must be given to build this target -REQUIRES += platform_pbxa9 +REQUIRES += hw_pbxa9 # add include paths INC_DIR += $(REP_DIR)/src/core/pbxa9 diff --git a/base-hw/src/core/rpi/target.mk b/base-hw/src/core/rpi/target.mk index 1526d11c4..5c30514cd 100644 --- a/base-hw/src/core/rpi/target.mk +++ b/base-hw/src/core/rpi/target.mk @@ -5,7 +5,7 @@ # # declare wich specs must be given to build this target -REQUIRES = platform_rpi +REQUIRES = hw_rpi # add include paths INC_DIR += $(REP_DIR)/src/core/rpi diff --git a/base-hw/src/core/vea9x4/no_trustzone/target.mk b/base-hw/src/core/vea9x4/no_trustzone/target.mk index 82f69150a..5f5bef66c 100644 --- a/base-hw/src/core/vea9x4/no_trustzone/target.mk +++ b/base-hw/src/core/vea9x4/no_trustzone/target.mk @@ -6,7 +6,7 @@ # # declare wich specs must be given to build this target -REQUIRES += platform_vea9x4 +REQUIRES += hw_vea9x4 ifeq ($(filter-out $(SPECS),trustzone),) REQUIRES += no_trustone endif diff --git a/base-hw/src/core/vea9x4/trustzone/target.mk b/base-hw/src/core/vea9x4/trustzone/target.mk index 6cd07815a..4c4f72390 100644 --- a/base-hw/src/core/vea9x4/trustzone/target.mk +++ b/base-hw/src/core/vea9x4/trustzone/target.mk @@ -6,7 +6,7 @@ # # declare wich specs must be given to build this target -REQUIRES += platform_vea9x4 trustzone +REQUIRES += hw_vea9x4 trustzone # add include paths INC_DIR += $(REP_DIR)/src/core/vea9x4/trustzone