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:
parent
3648fce015
commit
c10628a2e2
1 changed files with 0 additions and 9 deletions
9
Makefile
9
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
|
||||
|
|
Loading…
Reference in a new issue