@ -85,8 +85,8 @@ include make/bootstrap.mk
include make/clean.mk
include make/update.mk
include make/kernel-$(BOXTYPE_SC).mk
include make/static.mk
include make/ffmpeg-$(BOXTYPE_SC).mk
include make/static-libs.mk
include make/system-libs.mk
include make/system-libs-extra.mk
include make/system-tools.mk
@ -4,7 +4,7 @@ BOOTSTRAP = targetprefix $(D) $(BUILD_TMP) $(CROSS_DIR) $(STAGING_DIR) $(IMAGE_
BOOTSTRAP += $(TARGET_LIB_DIR)/libc.so.6
ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd2 hd51))
BOOTSTRAP += static blobs
BOOTSTRAP += static-libs blobs
endif
PLAT_INCS = $(TARGET_LIB_DIR)/firmware
@ -1,6 +1,6 @@
# makefile to build static libraries
static: cortex-strings
static-libs: cortex-strings
# -----------------------------------------------------------------------------
@ -33,5 +33,5 @@ $(STATIC_LIB_DIR)/libcortex-strings.la: $(ARCHIVE)/cortex-strings-$(CORTEX-STRIN
PHONY += static
PHONY += static-libs
PHONY += cortex-strings