Use libfunctionpatcher for non-plugin function patches

This commit is contained in:
Maschell
2020-06-12 20:51:21 +02:00
parent 4d13709c00
commit dfb8828829
8 changed files with 18 additions and 735 deletions

View File

@@ -41,9 +41,9 @@ CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
CXXFLAGS := $(CFLAGS) -std=c++17
ASFLAGS := -g $(ARCH)
LDFLAGS = -g $(ARCH) $(WUMSSPECS) -Wl,-Map,$(notdir $*.map)
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/libkernel.ld -T$(WUMS_ROOT)/share/libfunctionpatcher.ld $(WUMSSPECS)
LIBS := -lwums -lwut -lwups -lkernel
LIBS := -lwums -lwut -lwups -lkernel -lfunctionpatcher
#-------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level