Add kernel patches to allow usage of the memory mapping

This commit is contained in:
Maschell
2020-06-06 22:39:25 +02:00
parent 4e0010da0b
commit 51c92881af
4 changed files with 71 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ CXXFLAGS := $(CFLAGS) -std=c++17
ASFLAGS := -g $(ARCH)
LDFLAGS = -g $(ARCH) $(WUMSSPECS) -Wl,-Map,$(notdir $*.map)
LIBS := -lwums -lwut -lkernel
LIBS := -lwums -lwut -lkernel -lfunctionpatcher
#-------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level