summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-10-28 11:24:24 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-10-28 11:24:24 +0000
commita5a2f12f0a07df1f58732e1d6cb08a5d730fc79c (patch)
treef302156bd125445b204e6627059739e90a0543e1
parentab77820aea2da864858487635c0387cf7f236c3f (diff)
mkamsboot: Fix makefile rules for e200v2 and m200v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18898 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--rbutil/mkamsboot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile
index c5f8dd5e51..d643930915 100644
--- a/rbutil/mkamsboot/Makefile
+++ b/rbutil/mkamsboot/Makefile
@@ -67,11 +67,11 @@ dualboot-e200v2.bin: dualboot-e200v2.elf
bootimg_e200v2.c bootimg_e200v2.h: dualboot-e200v2.bin bin2c
./bin2c dualboot-e200v2.bin bootimg_e200v2
+bootimg_e200v2.o: bootimg_e200v2.c
+ gcc -c -o bootimg_e200v2.o bootimg_e200v2.c
+
# M200V2
-bootimg_m200v2.o: bootimg_m200v2.c
- gcc -c -o bootimg_m200v2.o bootimg_m200v2.c
-
dualboot-m200v2.o: dualboot.S
arm-elf-gcc -DSANSA_M200V2 -c -o dualboot-m200v2.o dualboot.S