support for new hardware: IBM Host keyboard

This commit is contained in:
2009-03-25 02:11:26 +00:00
parent 9fe5ef9a4e
commit 3d61f2b9bf
2 changed files with 32 additions and 0 deletions

View File

@ -25,6 +25,7 @@ CC = avr-gcc
DEFINES = -DMODELIBMMODELM
#DEFINES = -DMODELMAYHEM
#DEFINES = -DMODELSUNTYPE5
#DEFINES = -DMODELIBMHOST
CFLAGS = -Wall -Os -I. -mmcu=$(DEVICE) -DF_CPU=$(F_CPU) $(DEFINES)
LDFLAGS = -Wl,--section-start=.text=$(BOOTLOADER_ADDRESS)