forked from PretendoNetwork/Inkay
wip(mk8): Test overriding DLC region
This commit is contained in:
parent
862e095e5a
commit
3e01ea8370
5 changed files with 111 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -40,7 +40,7 @@ LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map)
|
|||
|
||||
LDFLAGS += -T$(WUMS_ROOT)/share/libkernel.ld $(WUPSSPECS)
|
||||
|
||||
LIBS := -lwups -lmocha -lkernel -lwut -lnotifications
|
||||
LIBS := -lwups -lmocha -lkernel -lwut -lnotifications -lfunctionpatcher
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# list of directories containing libraries, this must be the top level
|
||||
|
|
|
|||
Loading…
Reference in a new issue