/elec/propeller-clock

To get this branch, use:
bzr branch http://bzr.ed.am/elec/propeller-clock

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Dan
  • Date: 2011-11-16 23:08:59 UTC
  • Revision ID: dan@waxworlds.org-20111116230859-5poppsyhgyamw7h0
added initial propeller clock code

Show diffs side-by-side

added added

removed removed

34
34
#       mega            Arduino Mega
35
35
#       mini                    Arduino Mini
36
36
#       lilypad328      LilyPad Arduino w/ ATmega328  
37
 
BOARD:=diecimila
 
37
BOARD:=uno
38
38
 
39
39
# additional (comma separated) defines 
40
40
# -DDOGM128_HW          board is connected to DOGM128 display
150
150
# COMMON_FLAGS += -gdwarf-2
151
151
COMMON_FLAGS += -Os
152
152
COMMON_FLAGS += -Wall -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
153
 
COMMON_FLAGS += -I. -Iutility
 
153
COMMON_FLAGS += -I. 
154
154
COMMON_FLAGS += -I$(ARDUINO_PATH)hardware/arduino/cores/arduino
155
155
COMMON_FLAGS += $(addprefix -I,$(EXTRA_DIRS))
156
156
COMMON_FLAGS += -fno-exceptions -ffunction-sections -fdata-sections -Wl,--gc-sections