]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
fix build libstb_hal
authorMarkham <markham001@gmx.de>
Sun, 27 Oct 2019 22:43:30 +0000 (23:43 +0100)
committerMarkham <markham001@gmx.de>
Sun, 27 Oct 2019 22:43:30 +0000 (23:43 +0100)
make/neutrino.mk

index 76e22a5a78f12a7b1aa65894616aa313c62702db..5a36fccc140e5cfbae4f0caeca2bea6866a32266 100755 (executable)
@@ -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)