summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile
index f4e8a559..afc5298f 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -39,7 +39,7 @@ clean:
relink:
rm -f boot
-boot.o: notify_S.h exec_S.h device_S.h io_S.h
+boot.o: notify_S.h exec_S.h device_S.h io_S.h device_reply.h io_repl.h
notify_S.h notifyServer.c: $(includedir)/mach/notify.defs
$(CPP) $(CPPFLAGS) $< | \
@@ -59,7 +59,7 @@ device_S.h deviceServer.c: device.defs
$(MIGCOM) -user /dev/null -header /dev/null \
-sheader device_S.h
-device_replyUser.c: $(includedir)/device/device_reply.defs
+device_reply.h device_replyUser.c: $(includedir)/device/device_reply.defs
$(CPP) $(CPPFLAGS) $< | \
$(MIGCOM) -server /dev/null