voron

experimental ARM OS
git clone git://git.2f30.org/voron
Log | Files | Refs | README | LICENSE

commit 57c581b8cb54813bb55e0549822db400268b7382
parent d6f5b8a56e59c0bab99b33c83b774450e49ea436
Author: oblique <psyberbits@gmail.com>
Date:   Sun, 26 May 2013 17:15:28 +0300

add bootloader_clean in Makefile

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -50,6 +50,9 @@ bootloader: make -C boot/u-boot-linaro-stable CROSS_COMPILE=$(CROSS_COMPILE) cd boot && mkimage -A arm -T script -C none -a 0 -e 0 -n "Panda SD Boot" -d boot_sd.conf boot.scr +bootloader_clean: + @rm -rf boot/boot.scr boot/u-boot-linaro-stable boot/omap4boot + clean: @rm -f $(KERNEL_OBJS) kernel.elf kernel.bin kernel.syms uImage voron.tar.gz