summaryrefslogtreecommitdiff
path: root/cesar/hal
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal')
-rw-r--r--cesar/hal/ipmbox/maximus/test/Makefile2
-rw-r--r--cesar/hal/leon/maximus/test/Makefile3
2 files changed, 4 insertions, 1 deletions
diff --git a/cesar/hal/ipmbox/maximus/test/Makefile b/cesar/hal/ipmbox/maximus/test/Makefile
index ba10b4ae0c..e0bfb92708 100644
--- a/cesar/hal/ipmbox/maximus/test/Makefile
+++ b/cesar/hal/ipmbox/maximus/test/Makefile
@@ -3,6 +3,8 @@ EXTRA_HOST_CFLAGS += -DUNIT_TEST
HOST_PROGRAMS = test_maximus_hal
test_maximus_hal_SOURCES = test_maximus_hal.c test_maximus_ipmbox.c test_maximus_ether.c
test_maximus_hal_MODULES = lib hal/ipmbox/maximus host
+test_maximus_hal_CONFIG_MODULES = mac/common
+
INCLUDES = hal/ipmbox/maximus/test/inc
include $(BASE)/common/make/top.mk
diff --git a/cesar/hal/leon/maximus/test/Makefile b/cesar/hal/leon/maximus/test/Makefile
index 305256daea..8b594c12a8 100644
--- a/cesar/hal/leon/maximus/test/Makefile
+++ b/cesar/hal/leon/maximus/test/Makefile
@@ -3,6 +3,7 @@ EXTRA_HOST_CFLAGS+= -DUNIT_TEST
HOST_PROGRAMS = test_maximus_timer
test_maximus_timer_SOURCES = test_maximus_timer.c
test_maximus_timer_MODULES = lib host hal/leon/maximus
+test_maximus_timer_CONFIG_MODULES = mac/common
INCLUDES = hal/leon/maximus/test/inc
-include $(BASE)/common/make/top.mk \ No newline at end of file
+include $(BASE)/common/make/top.mk