1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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