Update Makefile

This commit is contained in:
thamugadi 2021-06-30 18:31:45 +01:00 committed by GitHub
parent 573c460ce9
commit 8bc7312502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: