From cd25980719f5453a79f3a7906d2a3c0ac1574e72 Mon Sep 17 00:00:00 2001 From: Markham Date: Sun, 27 Oct 2019 23:43:30 +0100 Subject: [PATCH] fix build libstb_hal --- make/neutrino.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/make/neutrino.mk b/make/neutrino.mk index 76e22a5..5a36fcc 100755 --- a/make/neutrino.mk +++ b/make/neutrino.mk @@ -91,7 +91,7 @@ ifeq ($(PLATFORM), $(filter $(PLATFORM), apollo kronos)) endif N_CONFIGURE_LIBSTB_HAL = -ifeq ($(BOXTYPE), armbox) +ifneq ($(BOXTYPE), coolstream) NEUTRINO_DEPS += cortex-strings libstb-hal N_CONFIGURE_LIBSTB_HAL += \ --with-stb-hal-includes=$(LH_OBJDIR)/include \ @@ -177,7 +177,8 @@ $(LH_OBJDIR)/config.status: $(LH_DEPS) $(LH_CONFIGURE_GSTREAMER) \ \ --with-target=cdk \ - --with-boxtype=$(BOXMODEL) + --with-boxtype=$(BOXTYPE) \ + --with-boxmodel=$(BOXSERIES) $(D)/libstb-hal: $(LH_OBJDIR)/config.status $(START_BUILD) -- 2.39.5