Kernel/armv7 - Altered makefile to retain ELF kernel
authorJohn Hodge <[email protected]>
Sun, 22 Sep 2013 15:49:08 +0000 (23:49 +0800)
committerJohn Hodge <[email protected]>
Sun, 22 Sep 2013 15:49:08 +0000 (23:49 +0800)
KernelLand/Kernel/arch/armv7/Makefile

index 1d9f436..425fe7b 100644 (file)
@@ -17,5 +17,5 @@ A_OBJ += vpci_$(PLATFORM).o platform_$(PLATFORM).o
 #main.c: Makefile.BuildNum.$(ARCH)
 
 ifeq ($(PLATFORM),tegra2)
-       POSTBUILD = arm-elf-objcopy $(BIN) -O binary $(BIN)
+       POSTBUILD = arm-eabi-objcopy $(BIN) -O binary $(BIN).flat && gzip -f $(BIN).flat
 endif

UCC git Repository :: git.ucc.asn.au