vt100: include pgmspace.h as we use PROGMEM macro
[aversive.git] / modules / comm / i2c / Makefile
1 TARGET = i2c
2
3 # List C source files here. (C dependencies are automatically generated.)
4 ifeq ($(HOST),avr)
5 SRC = i2c.c
6 else
7 SRC = i2c_host.c
8 endif
9
10 include $(AVERSIVE_DIR)/mk/aversive_module.mk