diff options
author | Justus Winter <justus@gnupg.org> | 2017-02-28 17:53:45 +0100 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2017-02-28 18:02:39 +0100 |
commit | 9beba9b6d168f59eeb74859ab5d88d9cabfe6f37 (patch) | |
tree | 96592a19cb0cddfc06ae3123dfaf6fd6b1935299 /boot | |
parent | 4acff3451900c5d88ae72f69f6a7063b9dbb5483 (diff) | |
download | hurd-9beba9b6d168f59eeb74859ab5d88d9cabfe6f37.tar.gz hurd-9beba9b6d168f59eeb74859ab5d88d9cabfe6f37.tar.bz2 hurd-9beba9b6d168f59eeb74859ab5d88d9cabfe6f37.zip |
boot: Cleanup Makefile.
* boot/Makefile (SRCS): Drop removed sources.
Diffstat (limited to 'boot')
-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 |