git.droids-corp.org
/
aversive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
strat db + avoid
[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