diff Makefile @ 318:31199b2941f6

Add simple_ds18b20.c etc
author Matt Johnston <matt@ucc.asn.au>
date Sat, 19 May 2012 21:47:09 +0800
parents 4ef5ce596ec6
children 4838bfcb3504
line wrap: on
line diff
--- a/Makefile	Sat May 19 17:15:50 2012 +0800
+++ b/Makefile	Sat May 19 21:47:09 2012 +0800
@@ -22,7 +22,7 @@
 CLOCK      = 2000000
 PROGRAMMER = #-c stk500v2 -P avrdoper
 PROGRAMMER = -c stk500 -P ~/dev/stk500 -p $(PROGDEVICE)  -B 2
-SOURCE_1WIRE = onewire.c ds18x20.c uart_addon.c crc8.c uart.c
+SOURCE_1WIRE = onewire.c simple_ds18b20.c crc8.c
 SOURCE_SD = ff.c mmc.c
 SOURCE    = main.c
 SOURCE += $(SOURCE_1WIRE)
@@ -83,7 +83,7 @@
 	$(AVRDUDE) $(FUSES)
 
 # Xcode uses the Makefile targets "", "clean" and "install"
-install: flash fuse
+install: flash 
 
 # if you use a bootloader, change the command below appropriately:
 load: all