diff Makefile @ 3:888be1b234b6

Add FatFS
author Matt Johnston <matt@ucc.asn.au>
date Tue, 08 May 2012 22:51:38 +0800
parents ab0e30c4b344
children 54d369e3d689
line wrap: on
line diff
--- a/Makefile	Tue May 08 22:34:58 2012 +0800
+++ b/Makefile	Tue May 08 22:51:38 2012 +0800
@@ -20,7 +20,7 @@
 DEVICE     = atmega328
 CLOCK      = 1000000
 PROGRAMMER = #-c stk500v2 -P avrdoper
-OBJECTS    = main.o
+OBJECTS    = main.o ff.o mmc.o
 FUSES      = -U hfuse:w:0xd9:m -U lfuse:w:0x24:m
 
 # ATMega8 fuse bits used above (fuse bits for other devices are different!):