From 41fde87ed8d1fcd593777bdfae2fa9e65006d984 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 15 May 2015 12:05:06 +0200 Subject: build: add support for out of tree modules --- ucoo/utils/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucoo/utils/test/Makefile') diff --git a/ucoo/utils/test/Makefile b/ucoo/utils/test/Makefile index 01fb2ce..e490582 100644 --- a/ucoo/utils/test/Makefile +++ b/ucoo/utils/test/Makefile @@ -7,6 +7,6 @@ test_fifo_SOURCES = test_fifo.cc test_delay_SOURCES = test_delay.cc test_crc_SOURCES = test_crc.cc -MODULES = utils base/test hal/usb +MODULES = ucoo/utils ucoo/base/test ucoo/hal/usb include $(BASE)/build/top.mk -- cgit v1.2.3