You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
356 B
13 lines
356 B
DEFINES += -DF_CPU=16000000
|
|
CFLAGS += -save-temps
|
|
CFLAGS += -std=gnu99 # implements C99, for <util/atomic.h>
|
|
# this removes dead code and does global linker optimization
|
|
#CFLAGS += -ffunction-sections -Wl,--gc-sections -Wl,--relax
|
|
|
|
OBJECTS = usbdrv/usbdrvasm.o usbdrv/usbdrv.o main.o display.o lcd/lcd.o mcp_adc.o
|
|
|
|
|
|
|
|
include avrbuild/Makefile.avrbuild
|
|
|