/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-28 23:51:05 UTC
  • Revision ID: tim@ed.am-20121128235105-t82czxu8kbp3av2j
updated notes, and added control shell script

Show diffs side-by-side

added added

removed removed

1
1
#
2
 
#             LUFA Library
3
 
#     Copyright (C) Dean Camera, 2012.
4
 
#
5
 
#  dean [at] fourwalledcubicle [dot] com
6
 
#           www.lufa-lib.org
7
 
#
8
 
# --------------------------------------
9
 
#         LUFA Project Makefile.
10
 
# --------------------------------------
 
2
#  AUDIO SWITCHER
 
3
#
 
4
#  Based on a serial device demonstration from the LUFA project
 
5
#  (www.lufa-lib.org).  LUFA is Copyright (C) Dean Camera, 2012.
 
6
#
 
7
#  Changes made to the serial device demonstration program are
 
8
#  Copyright (C) Tim Marston, 2012.
 
9
#
 
10
#  For more information:
 
11
#    * see README, or
 
12
#    * visit http://ed.am/
 
13
#
11
14
 
12
15
MCU          = at90usb162
13
16
ARCH         = AVR8
16
19
F_USB        = $(F_CPU)
17
20
OPTIMIZATION = s
18
21
TARGET       = VirtualSerial
19
 
SRC          = $(TARGET).c Descriptors.c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
 
22
SRC          = $(TARGET).c Descriptors.c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS) \
 
23
                                wiring.c
20
24
LUFA_PATH    = ../LUFA/LUFA
21
25
CC_FLAGS     = -DUSE_LUFA_CONFIG_HEADER -IConfig/
22
26
LD_FLAGS     =