diff options
Diffstat (limited to 'boot/Makefile')
-rw-r--r-- | boot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile index 0db4e684..c4a78945 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -19,8 +19,7 @@ include ../Makeconf VPATH=.:../machine -OBJS = boot.o notifyServer.o execServer.o deviceServer.o syscall.o \ - boot_machdep.o +OBJS = boot.o notifyServer.o execServer.o deviceServer.o boot_machdep.o boot: $(OBJS) $(link) |