Slight cleanups to the architecture specific makefile templates to make the common configuration sections as identical as possible.

This commit is contained in:
Dean Camera 2011-04-12 04:57:47 +00:00
parent e009aafe25
commit 4b1f6cac75
2 changed files with 12 additions and 15 deletions

View file

@ -76,7 +76,7 @@ F_CPU = ### INSERT PRESCALED SYSTEM CLOCK SPEED HERE, IN HZ ###
# clock rate.
#
# For the UC3 chips, this should be equal to 48MHz or 96MHz.
F_USB = 48000000
F_USB = ### INSERT CLOCK TO USB MODULE HERE, IN HZ ###
# Output format. (can be srec, ihex, binary)
@ -132,10 +132,6 @@ ASRC =
OPT = s
# Debugging level.
DEBUG = 3
# List any extra directories to look for include files here.
# Each directory must be seperated by a space.
# Use forward slashes for directory separators.
@ -174,6 +170,9 @@ CPPDEFS += -DARCH=ARCH_$(ARCH)
CPPDEFS += $(LUFA_OPTS)
# Debugging level.
DEBUG = 3
#---------------- Compiler Options C ----------------
# -g*: generate debugging information