summaryrefslogtreecommitdiff
path: root/ucoo/hal/i2c/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/i2c/test/Makefile')
-rw-r--r--ucoo/hal/i2c/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/hal/i2c/test/Makefile b/ucoo/hal/i2c/test/Makefile
index ca6915e..2a3bb91 100644
--- a/ucoo/hal/i2c/test/Makefile
+++ b/ucoo/hal/i2c/test/Makefile
@@ -4,6 +4,6 @@ TARGETS = host stm32f4
PROGS = test_i2c
test_i2c_SOURCES = test_i2c.cc
-MODULES = ucoo/hal/i2c ucoo/utils ucoo/base/test ucoo/hal/usb
+MODULES = ucoo/hal/i2c ucoo/utils ucoo/base/test ucoo/hal/usb ucoo/hal/gpio
include $(BASE)/build/top.mk