diff Makefile @ 23:e7b9148156c4

arch: hopefully the rest of the SVC related code
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Wed, 27 Apr 2011 14:48:56 -0400
parents ca308c8ca41e
children
line wrap: on
line diff
--- a/Makefile	Wed Apr 27 13:00:16 2011 -0400
+++ b/Makefile	Wed Apr 27 14:48:56 2011 -0400
@@ -40,7 +40,7 @@
 	$(AR) rc $@ $^
 
 %.o: %.S
-	$(AS) -m64 -o $@ $<
+	$(CC) $(CFLAGS) -c -o $@ $<
 
 %.o: %.c
 	$(CC) $(CFLAGS) -include include/system.h -c -o $@ $<