summaryrefslogtreecommitdiff
path: root/apps/system/i2c/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-29 23:06:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-29 23:06:54 +0000
commit61e71aad8571ec108e00df46983f5c3252c32e7c (patch)
tree01cb8f6553b741bd989f25130b3a04bba23d9bfa /apps/system/i2c/Makefile
parenta9327f5a8598ff8e9bce1a2a1db53e047ee8f01d (diff)
downloadnuttx-61e71aad8571ec108e00df46983f5c3252c32e7c.tar.gz
nuttx-61e71aad8571ec108e00df46983f5c3252c32e7c.tar.bz2
nuttx-61e71aad8571ec108e00df46983f5c3252c32e7c.zip
More I2C tool logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3924 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 d6c09cf13..02ca64aa3 100644
--- a/apps/system/i2c/Makefile
+++ b/apps/system/i2c/Makefile
@@ -40,7 +40,7 @@ include $(APPDIR)/Make.defs
# I2C tool
ASRCS =
-CSRCS = i2c_detect.c i2c_dump.c i2c_get.c i2c_main.c i2c_set.c
+CSRCS = i2c_bus.c i2c_common.c i2c_dev.c i2c_dump.c i2c_get.c i2c_main.c i2c_set.c
AOBJS = $(ASRCS:.S=$(OBJEXT))