From c10628a2e298c8adf8dcce276590ac7d57b11f05 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Tue, 5 Jan 2016 23:49:40 +0100 Subject: [PATCH] Remove root makefile kernel targets. --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 4bdef4bd..be9b66b0 100644 --- a/Makefile +++ b/Makefile @@ -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