summaryrefslogtreecommitdiff
path: root/cesar/hal
diff options
context:
space:
mode:
authorThierry Carré2013-01-29 14:54:11 +0100
committerThierry Carré2013-01-31 15:05:46 +0100
commit7e83ce7137003a053c6357b8d0d3f263d4b8331f (patch)
tree0991823ae7b2ec6edff32982e1e354e4e298bc3c /cesar/hal
parent2235bd4f9f645a31bd117fce164050912d24f76a (diff)
cesar[eoc]: add 'mac/common' in many makefile, refs #3617
Work around commit, as long as 'CONFIG' are use in public header.
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