/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 propeller-clock/Makefile

  • Committer: edam
  • Date: 2011-11-17 19:17:46 UTC
  • Revision ID: edam@waxworlds.org-20111117191746-2pfwki7br7iep6x8
finished first revision of propeller-clock code (can display clock and test); added Bounce library

Show diffs side-by-side

added added

removed removed

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. 
 
153
COMMON_FLAGS += -I. -Iutility
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