Notification module support (#8)

This commit is contained in:
Jemma Poffinbarger 2023-03-23 12:57:15 +11:00 committed by Ash Logan
commit c560ca00d5
7 changed files with 67 additions and 5 deletions

View file

@ -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