[build] Initrd depends on stage2
This commit is contained in:
parent
8e49e88857
commit
987b1a07d3
4
Makefile
4
Makefile
@ -45,7 +45,7 @@ kernel/start.o: kernel/start.asm
|
||||
################
|
||||
# Ram disk #
|
||||
################
|
||||
toaruos-initrd: initrd bootloader/stage1.bin initrd/kernel
|
||||
toaruos-initrd: initrd bootloader/stage1.bin initrd/stage2 initrd/kernel
|
||||
@${ECHO} -n "\033[32m initrd Generating initial RAM disk\033[0m"
|
||||
@-rm -f toaruos-initrd
|
||||
@${GENEXT} -d initrd -q -b 249 toaruos-initrd
|
||||
@ -60,7 +60,7 @@ initrd/kernel: toaruos-kernel
|
||||
|
||||
# Second-stage bootloader
|
||||
initrd/stage2: bootloader/stage2.bin
|
||||
@cp bootloader/stage2.bin initrd/boot/stage2
|
||||
@cp bootloader/stage2.bin initrd/stage2
|
||||
|
||||
################
|
||||
# Bootloader #
|
||||
|
Loading…
Reference in New Issue
Block a user