Remove root makefile kernel targets.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-01-05 23:49:40 +01:00
parent 3648fce015
commit c10628a2e2
1 changed files with 0 additions and 9 deletions

View File

@ -264,7 +264,6 @@ clean-ports:
.PHONY: clean-builds
clean-builds:
rm -rf "$(SORTIX_BUILDS_DIR)"
rm -f sortix.bin
rm -f sortix.initrd
rm -f sortix.iso
@ -333,14 +332,6 @@ release-all-archs:
$(MAKE) clean clean-sysroot
$(MAKE) release HOST=x86_64-sortix
# Kernel
.PHONY: kernel
kernel: sysroot
sortix.bin: kernel
cp "$(SYSROOT)/boot/sortix.bin" sortix.bin
# Initial ramdisk
$(INITRD): sysroot