forked from PretendoNetwork/Inkay
Notification module support (#8)
This commit is contained in:
parent
21e9c71757
commit
c560ca00d5
7 changed files with 67 additions and 5 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
|
||||
LIBS := -lwups -lmocha -lkernel -lwut -lnotifications
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# list of directories containing libraries, this must be the top level
|
||||
|
|
|
|||
Loading…
Reference in a new issue