diff options
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/Makefile b/boot/Makefile index d700116d..aa85cc55 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -32,6 +32,9 @@ io-MIGSFLAGS=-DREPLY_PORTS -DHURD_DEFAULT_PAYLOAD_TO_PORT=1 HURDLIBS = store shouldbeinlibc ihash LDLIBS += -lpthread +# XXX fix build +MIGSTUBS += processUser.o task_notifyUser.o + include ../Makeconf #install: /usr/local/bin/uxboot |