vanhofen
2 years ago
5 changed files with 5 additions and 34 deletions
@ -1,17 +0,0 @@ |
|||
#
|
|||
# makefile to build static libraries
|
|||
#
|
|||
# -----------------------------------------------------------------------------
|
|||
|
|||
LIBS-STATIC = |
|||
ifeq ($(BOXSERIES),$(filter $(BOXSERIES),hd2 hd5x hd6x vusolo4k vuduo4k vuduo4kse vuultimo4k vuzero4k vuuno4k vuuno4kse)) |
|||
LIBS-STATIC += cortex-strings |
|||
endif |
|||
|
|||
libs-static: $(LIBS-STATIC) | $(TARGET_DIR) |
|||
$(INSTALL_COPY) $(STATIC_DIR)/. $(TARGET_DIR)/ |
|||
$(call REWRITE_LIBTOOL) |
|||
|
|||
# -----------------------------------------------------------------------------
|
|||
|
|||
PHONY += libs-static |
Loading…
Reference in new issue