roms/Makefile: Update ppce500 u-boot build directory name
Currently building ppce500 u-boot image results in modified: roms/u-boot (untracked content) As roms/u-boot/.gitignore indicates, update the build directory name to build-e500 to eliminate this message. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
53d7d7e2b1
commit
8c8a7ed50c
@ -154,10 +154,10 @@ slof:
|
|||||||
cp SLOF/boot_rom.bin ../pc-bios/slof.bin
|
cp SLOF/boot_rom.bin ../pc-bios/slof.bin
|
||||||
|
|
||||||
u-boot.e500:
|
u-boot.e500:
|
||||||
$(MAKE) -C u-boot O=build.e500 qemu-ppce500_config
|
$(MAKE) -C u-boot O=build-e500 qemu-ppce500_config
|
||||||
$(MAKE) -C u-boot CROSS_COMPILE=$(powerpc_cross_prefix) \
|
$(MAKE) -C u-boot CROSS_COMPILE=$(powerpc_cross_prefix) \
|
||||||
O=build.e500
|
O=build-e500
|
||||||
$(powerpc_cross_prefix)strip u-boot/build.e500/u-boot -o \
|
$(powerpc_cross_prefix)strip u-boot/build-e500/u-boot -o \
|
||||||
../pc-bios/u-boot.e500
|
../pc-bios/u-boot.e500
|
||||||
|
|
||||||
u-boot.sam460:
|
u-boot.sam460:
|
||||||
@ -205,7 +205,7 @@ clean:
|
|||||||
$(MAKE) -C ipxe/src veryclean
|
$(MAKE) -C ipxe/src veryclean
|
||||||
$(MAKE) -C edk2/BaseTools clean
|
$(MAKE) -C edk2/BaseTools clean
|
||||||
$(MAKE) -C SLOF clean
|
$(MAKE) -C SLOF clean
|
||||||
rm -rf u-boot/build.e500
|
rm -rf u-boot/build-e500
|
||||||
$(MAKE) -C u-boot-sam460ex distclean
|
$(MAKE) -C u-boot-sam460ex distclean
|
||||||
$(MAKE) -C skiboot clean
|
$(MAKE) -C skiboot clean
|
||||||
$(MAKE) -f Makefile.edk2 clean
|
$(MAKE) -f Makefile.edk2 clean
|
||||||
|
Loading…
Reference in New Issue
Block a user