diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/arm/bootloader/arm/boot.S (renamed from system/arm/bootloader/arm/simple.S) | 0 | ||||
-rw-r--r-- | system/arm/bootloader/arm/makefile (renamed from system/arm/bootloader/arm/Makefile) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/arm/bootloader/arm/simple.S b/system/arm/bootloader/arm/boot.S index 4870eccf8..4870eccf8 100644 --- a/system/arm/bootloader/arm/simple.S +++ b/system/arm/bootloader/arm/boot.S diff --git a/system/arm/bootloader/arm/Makefile b/system/arm/bootloader/arm/makefile index e9fc4abb2..b6e4f3246 100644 --- a/system/arm/bootloader/arm/Makefile +++ b/system/arm/bootloader/arm/makefile @@ -48,7 +48,7 @@ LD=$(CROSS_COMPILE)ld all: boot.arm boot_emm.arm -boot.o: simple.S +boot.o: boot.S $(CC) -mfloat-abi=softfp -march=armv7-a -fno-builtin -nostdinc -o $@ -c $< boot.arm: boot.o @@ -57,7 +57,7 @@ boot_emm.arm: boot.o $(LD) -o $@ -N -Ttext 0x00000010 $< -non_shared -static -clean: +clean: $(RM) -f *.o boot.arm boot_emm.arm .PHONY: all clean |