git.droids-corp.org
/
aversive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
i2c: avoif using a poisoned macro
[aversive.git]
/
modules
/
comm
/
spi
/
Makefile
1
2
TARGET = spi
3
4
# List C source files here. (C dependencies are automatically generated.)
5
ifeq ($(HOST),avr)
6
SRC = spi.c
7
else
8
SRC = spi_host.c
9
endif
10
11
###########################################
12
13
include $(AVERSIVE_DIR)/mk/aversive_module.mk