From 41489fc7f661229ea113e2e85363f9668c1c1ce1 Mon Sep 17 00:00:00 2001 From: GetAway Date: Tue, 11 May 2021 19:01:39 +0200 Subject: [PATCH] pull libcool only for cst --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c2ca45f..e9657ab 100755 --- a/Makefile +++ b/Makefile @@ -191,7 +191,9 @@ neutrino-all: # prerequisites.mk prerequisites-coolstream: $(MAKE) $(SOURCE_DIR)/neutrino-hd +ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd1 hd2)) $(MAKE) $(GIT_LIBCOOLSTREAM) +endif $(MAKE) $(GIT_BOOTLOADER) $(MAKE) $(GIT_DRIVERS_THIRDPARTY) $(MAKE) $(GIT_DRIVERS) -- 2.39.5