From 5e47cc6c4ce78892c41903b9c5b2938837d80353 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 10 Jan 2021 18:25:56 +0100 Subject: [PATCH] Remove unused libromfs depedency --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ca7bbc1..5084494 100644 --- a/Makefile +++ b/Makefile @@ -40,13 +40,13 @@ CXXFLAGS := $(CFLAGS) -std=gnu++17 ASFLAGS := -g $(ARCH) LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUPS_ROOT)/share/libwupsbackend.ld $(WUPSSPECS) -LIBS := -lwups -lwut -lwupsbackend -lz -lromfs +LIBS := -lwups -lwut -lwupsbackend -lz #------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level # containing include and lib #------------------------------------------------------------------------------- -LIBDIRS := $(PORTLIBS) $(WUPS_ROOT) $(WUT_ROOT) $(WUT_ROOT)/usr +LIBDIRS := $(PORTLIBS) $(WUPS_ROOT) $(WUT_ROOT) #------------------------------------------------------------------------------- # no real need to edit anything past this point unless you need to add additional