From e9dce509f192181c9c151d378c15554f8c06b797 Mon Sep 17 00:00:00 2001 From: Markham Date: Sat, 29 Jun 2024 10:35:47 +0200 Subject: [PATCH] activate cortex-strings for arm --- make/bootstrap.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/make/bootstrap.mk b/make/bootstrap.mk index d251bee..9c77cbd 100755 --- a/make/bootstrap.mk +++ b/make/bootstrap.mk @@ -15,9 +15,8 @@ ifeq ($(BOXTYPE), armbox) BOOTSTRAP += $(D)/host_mkimage BOOTSTRAP += $(D)/host_resize2fs BOOTSTRAP += $(D)/host_dosfstools -#BOOTSTRAP += $(D)/cortex-strings endif -ifeq ($(BOXSERIES), hd2) +ifeq ($(BOXSERIES),$(filter $(BOXSERIES),hd2 hd5x hd6x)) BOOTSTRAP += $(D)/cortex-strings endif -- 2.39.5