From ba010851fafea3da0d0655b103158f0a9efe6406 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Mon, 19 Dec 2022 21:46:52 +0000 Subject: Remove lib/x1000-installer Carrying this library is somewhat of a maintenance burden because some Rockbox APIs are mocked or duplicated in the test suite and thus need to be fixed up when refactoring. It's also unused & incomplete, so there's no good reason to keep it in tree any more. Change-Id: If39c62744b4edc0d81b1b6608ee5df69430e6581 --- lib/x1000-installer/x1000-installer.make | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 lib/x1000-installer/x1000-installer.make (limited to 'lib/x1000-installer/x1000-installer.make') diff --git a/lib/x1000-installer/x1000-installer.make b/lib/x1000-installer/x1000-installer.make deleted file mode 100644 index d58bd2042f..0000000000 --- a/lib/x1000-installer/x1000-installer.make +++ /dev/null @@ -1,21 +0,0 @@ -# __________ __ ___. -# Open \______ \ ____ ____ | | _\_ |__ _______ ___ -# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / -# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < -# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ -# \/ \/ \/ \/ \/ -# - -X1000INSTALLER_DIR = $(ROOTDIR)/lib/x1000-installer -X1000INSTALLER_SRC = $(call preprocess, $(X1000INSTALLER_DIR)/SOURCES) -X1000INSTALLER_OBJ := $(call c2obj, $(X1000INSTALLER_SRC)) - -X1000INSTALLERLIB = $(BUILDDIR)/lib/libx1000-installer.a - -INCLUDES += -I$(X1000INSTALLER_DIR)/include -OTHER_SRC += $(X1000INSTALLER_SRC) -CORE_LIBS += $(X1000INSTALLERLIB) - -$(X1000INSTALLERLIB): $(X1000INSTALLER_OBJ) - $(SILENT)$(shell rm -f $@) - $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null -- cgit v1.2.3