]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - Makefile
* avr/z80.asm:
[avrcpm.git] / Makefile
index b1a4afe55bdab3bbbedb719db60860c97e1f8d12..cc3eaf11fb8e441a34f2cfbfd0b13fccf13334b1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,17 +2,19 @@
 # is public domain), believed to be neutral to any flavor of "make"
 # (GNU make, BSD make, SysV make)
 
-MCU = atmega8
-#F_CPU = 12288000
+#MCU = atmega8
+MCU = atmega328P
+#F_CPU = 24576000
 F_CPU = 20000000
+#BAUD = 19200
 BAUD = 57600
-DRAM_DQ_ORDER = 1
+#BAUD = 115200
 
 TARGET = z80
 ASRC = z80.asm
 
 # Place -D or -U options here
-CDEFS = -DF_CPU=$(F_CPU) -DBAUD=$(BAUD) -D$(MCU) -DDRAM_DQ_ORDER=$(DRAM_DQ_ORDER)
+CDEFS = -DF_CPU=$(F_CPU) -DBAUD=$(BAUD) -D$(MCU)
 
 WINEPATH = C:/Programme/Atmel/AVR\ Tools/AvrAssembler2
 DEFS = $(WINEPATH)/Appnotes