/elec/audio-switcher

To get this branch, use:
bzr branch http://bzr.ed.am/elec/audio-switcher

« back to all changes in this revision

Viewing changes to src/makefile

  • Committer: Tim Marston
  • Date: 2012-11-22 22:01:52 UTC
  • Revision ID: tim@ed.am-20121122220152-paremcsc2gbccrjw
added timer utilities (wiring.c) from arduino library

Show diffs side-by-side

added added

removed removed

16
16
F_USB        = $(F_CPU)
17
17
OPTIMIZATION = s
18
18
TARGET       = VirtualSerial
19
 
SRC          = $(TARGET).c Descriptors.c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
 
19
SRC          = $(TARGET).c Descriptors.c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS) \
 
20
                                wiring.c
20
21
LUFA_PATH    = ../LUFA/LUFA
21
22
CC_FLAGS     = -DUSE_LUFA_CONFIG_HEADER -IConfig/
22
23
LD_FLAGS     =