From 7e83ce7137003a053c6357b8d0d3f263d4b8331f Mon Sep 17 00:00:00 2001 From: Thierry Carré Date: Tue, 29 Jan 2013 14:54:11 +0100 Subject: cesar[eoc]: add 'mac/common' in many makefile, refs #3617 Work around commit, as long as 'CONFIG' are use in public header. --- cesar/hal/ipmbox/maximus/test/Makefile | 2 ++ cesar/hal/leon/maximus/test/Makefile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'cesar/hal') 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 -- cgit v1.2.3