summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/maximus
diff options
context:
space:
mode:
authorschodet2009-07-21 08:50:55 +0000
committerschodet2009-07-21 08:50:55 +0000
commit955ce83c57745bb974b3080b05f9f1e5e8ec8950 (patch)
treed9afee5e06cf45ee94b274d2b252e326084e687e /cesar/hal/phy/maximus
parentee0202e085069d834521aacbea9c6c0fb9841c36 (diff)
* cp, hal/phy, mac/pbproc, maximus:
- add mac/common module for timing definition. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5037 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/hal/phy/maximus')
-rw-r--r--cesar/hal/phy/maximus/dur/test/Makefile3
-rw-r--r--cesar/hal/phy/maximus/test/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/cesar/hal/phy/maximus/dur/test/Makefile b/cesar/hal/phy/maximus/dur/test/Makefile
index 1f78d505f5..db041a35a9 100644
--- a/cesar/hal/phy/maximus/dur/test/Makefile
+++ b/cesar/hal/phy/maximus/dur/test/Makefile
@@ -2,6 +2,7 @@ BASE = ../../../../..
HOST_PROGRAMS = test_dur
test_dur_SOURCES = test_dur.c
-test_dur_MODULES = lib hal/phy/maximus/dur
+test_dur_MODULES = lib hal/phy/maximus/dur mac/common
+mac_common_MODULE_SOURCES =
include $(BASE)/common/make/top.mk
diff --git a/cesar/hal/phy/maximus/test/Makefile b/cesar/hal/phy/maximus/test/Makefile
index 037053e047..fbe4b6589c 100644
--- a/cesar/hal/phy/maximus/test/Makefile
+++ b/cesar/hal/phy/maximus/test/Makefile
@@ -4,7 +4,8 @@ HOST_PROGRAMS = test_phy_maximus
test_phy_maximus_SOURCES = test_phy_maximus.c test_phy_access.c \
test_phy_ctrl.c test_bridgedma.c test_pbdma.c \
test_tmdma.c test_aes.c
-test_phy_maximus_MODULES = lib hal/phy/maximus host
+test_phy_maximus_MODULES = lib hal/phy/maximus host mac/common
+mac_common_MODULE_SOURCES =
INCLUDES = hal/phy/maximus/test/inc
include $(BASE)/common/make/top.mk