Update Makefile

This commit is contained in:
aramya 2021-06-30 18:31:45 +01:00 committed by GitHub
parent c0844b975b
commit 2a91078789
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ APMdisk: kernel.elf bootinfo.txt kpartx.sh
kernel.elf: boot.elf
$(PPC)-ld -Ttext=0x200000 boot.elf -o kernel.elf
boot.elf:
$(PPC)-linux-gnu-gcc -c boot.S -o boot.elf
$(PPC)-gcc -c boot.S -o boot.elf
clear:
rm APMdisk *elf
clean: