diff options
-rw-r--r-- | boot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile index ac400441..e2eeb20b 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -18,8 +18,7 @@ dir := boot makemode := utility -SRCS = mach-crt0.c boot.c ux.c sigvec.S syscall.S \ - boot_script.c userland-boot.c +SRCS = boot.c boot_script.c userland-boot.c COMMON-OBJS = notifyServer.o deviceServer.o \ ioServer.o io_replyUser.o device_replyUser.o \ termServer.o boot_script.o userland-boot.o |