diff --git a/Makefile b/Makefile index e9e8cec..bde2f5a 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,9 @@ CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__ -D__WUPS__ -D__LOGGING__ CXXFLAGS := $(CFLAGS) ASFLAGS := -g $(ARCH) -LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/libmappedmemory.ld $(WUPSSPECS) +LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) $(WUPSSPECS) -LIBS := -lcontrollerpatcher -lwups -lwut -lmappedmemory +LIBS := -lcontrollerpatcher -lwups -lwut #------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level