summaryrefslogtreecommitdiff
path: root/ucoo/utils/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/utils/test/Makefile')
-rw-r--r--ucoo/utils/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/utils/test/Makefile b/ucoo/utils/test/Makefile
index 6f2094e..1255cae 100644
--- a/ucoo/utils/test/Makefile
+++ b/ucoo/utils/test/Makefile
@@ -9,6 +9,6 @@ test_crc_SOURCES = test_crc.cc
test_function_SOURCES = test_function.cc
test_pool_SOURCES = test_pool.cc
-MODULES = ucoo/utils ucoo/base/test ucoo/hal/usb
+MODULES = ucoo/utils ucoo/base/test ucoo/hal/usb ucoo/hal/gpio
include $(BASE)/build/top.mk