summaryrefslogtreecommitdiff
path: root/rbutil/mkamsboot/Makefile
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 /rbutil/mkamsboot/Makefile
parentab77820aea2da864858487635c0387cf7f236c3f (diff)
downloadrockbox-a5a2f12f0a07df1f58732e1d6cb08a5d730fc79c.tar.gz
rockbox-a5a2f12f0a07df1f58732e1d6cb08a5d730fc79c.zip
mkamsboot: Fix makefile rules for e200v2 and m200v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18898 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/mkamsboot/Makefile')
-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
67bootimg_e200v2.c bootimg_e200v2.h: dualboot-e200v2.bin bin2c 67bootimg_e200v2.c bootimg_e200v2.h: dualboot-e200v2.bin bin2c
68 ./bin2c dualboot-e200v2.bin bootimg_e200v2 68 ./bin2c dualboot-e200v2.bin bootimg_e200v2
69 69
70bootimg_e200v2.o: bootimg_e200v2.c
71 gcc -c -o bootimg_e200v2.o bootimg_e200v2.c
72
70# M200V2 73# M200V2
71 74
72bootimg_m200v2.o: bootimg_m200v2.c
73 gcc -c -o bootimg_m200v2.o bootimg_m200v2.c
74
75dualboot-m200v2.o: dualboot.S 75dualboot-m200v2.o: dualboot.S
76 arm-elf-gcc -DSANSA_M200V2 -c -o dualboot-m200v2.o dualboot.S 76 arm-elf-gcc -DSANSA_M200V2 -c -o dualboot-m200v2.o dualboot.S
77 77