Removed remnant of mkbootoptions dev tool from Makefile
This commit is contained in:
parent
0d06d97edb
commit
38c4066138
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
|
@ -60,7 +60,7 @@ KERNEL_TARGET := build/boot/sys/core
|
|||
|
||||
.PHONY: all clean
|
||||
|
||||
all: build/disk.img drive.img build/mkbootoptions
|
||||
all: build/disk.img drive.img
|
||||
|
||||
drive.img:
|
||||
truncate -s 16M drive.img
|
||||
|
|
@ -120,7 +120,4 @@ build/boot/sys:
|
|||
config.mk: | config.default.mk
|
||||
cp config.default.mk $@
|
||||
|
||||
build/mkbootoptions: tools/mkbootoptions.c
|
||||
cc -g -Wall -Wextra $< -o $@
|
||||
|
||||
-include $(KERNEL_DEPFILES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue