Subversion Repositories group.electronics

Rev

Rev 22 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 23
Line 8... Line 8...
8
CFLAGS = -Wall -Os -Iusbdrv -I. -mmcu=atmega168a
8
CFLAGS = -Wall -Os -Iusbdrv -I. -mmcu=atmega168a
9
OBJFLAGS = -j .text -j .data -O ihex
9
OBJFLAGS = -j .text -j .data -O ihex
10
DUDEFLAGS = -p atmega168 -P usb -c avrispmkii -v
10
DUDEFLAGS = -p atmega168 -P usb -c avrispmkii -v
11
 
11
 
12
# Object files for the firmware (usbdrv/oddebug.o not strictly needed I think)
12
# Object files for the firmware (usbdrv/oddebug.o not strictly needed I think)
13
OBJECTS = usbdrv/usbdrv.o usbdrv/oddebug.o usbdrv/usbdrvasm.o main.o
13
#OBJECTS = usbdrv/usbdrv.o usbdrv/oddebug.o usbdrv/usbdrvasm.o main.o
-
 
14
OBJECTS = usbdrv/usbdrv.o usbdrv/usbdrvasm.o main.o
14
 
15
 
15
# Command-line client
16
# Command-line client
16
CMDLINE = usbtest
17
CMDLINE = usbtest
17
 
18
 
18
# By default, build the firmware and command-line client, but do not flash
19
# By default, build the firmware and command-line client, but do not flash