summaryrefslogtreecommitdiff
path: root/apps/system/i2c/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-18 17:52:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-18 17:52:00 +0000
commit0ce69264dbb1841b4093c04302c53ccfab02ca48 (patch)
tree1c324fbc0ad5b3bcbf28818660c322c026914789 /apps/system/i2c/Makefile
parentfd34c2fa9d9d8faff68f5023e27246ac35954c70 (diff)
downloadnuttx-0ce69264dbb1841b4093c04302c53ccfab02ca48.tar.gz
nuttx-0ce69264dbb1841b4093c04302c53ccfab02ca48.tar.bz2
nuttx-0ce69264dbb1841b4093c04302c53ccfab02ca48.zip
Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command to the I2C tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3961 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/system/i2c/Makefile')
-rw-r--r--apps/system/i2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/i2c/Makefile b/apps/system/i2c/Makefile
index 2755c9322..5ea974452 100644
--- a/apps/system/i2c/Makefile
+++ b/apps/system/i2c/Makefile
@@ -40,7 +40,7 @@ include $(APPDIR)/Make.defs
# I2C tool
ASRCS =
-CSRCS = i2c_bus.c i2c_common.c i2c_dev.c i2c_get.c i2c_main.c i2c_set.c
+CSRCS = i2c_bus.c i2c_common.c i2c_dev.c i2c_get.c i2c_main.c i2c_set.c i2c_verf.c
AOBJS = $(ASRCS:.S=$(OBJEXT))