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