aboutsummaryrefslogtreecommitdiff
path: root/files.mk
blob: dca418b96d7d11a95fffaa3401f3b6e042e0c166 (plain)
1
2
3
4
5
6
IOE_SPI_SRC = $(IOE_PREFIX)/src/avr5/spi.c
IOE_SPI_USI_SRC = $(IOE_PREFIX)/src/avr25/spi_usi.c

IOE_SPI_OBJ = $(patsubst %.c,%.o,$(IOE_SPI_SRC))
IOE_SPI_USI_OBJ = $(patsubst %.c,%.o,$(IOE_SPI_USI_SRC))