summaryrefslogtreecommitdiff
path: root/cesar/test_general/maximus/integration/hle-cl-sar-pbproc
diff options
context:
space:
mode:
authorlaranjeiro2009-12-17 16:48:20 +0000
committerlaranjeiro2009-12-17 16:48:20 +0000
commit7ab04c74809a4b1e69e3c8e0e19d7e62b2fb142a (patch)
tree3bd5ebe8a07c034933432f3bd2ba2a8b830f9878 /cesar/test_general/maximus/integration/hle-cl-sar-pbproc
parent635bbb33ed471e0f2c64946758dbf4638f1ea973 (diff)
cesar/test_general/maximus/integration: add bridgedma module in makefiles
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6565 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/test_general/maximus/integration/hle-cl-sar-pbproc')
-rw-r--r--cesar/test_general/maximus/integration/hle-cl-sar-pbproc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/cesar/test_general/maximus/integration/hle-cl-sar-pbproc/Makefile b/cesar/test_general/maximus/integration/hle-cl-sar-pbproc/Makefile
index a433c6a59b..0433f0098e 100644
--- a/cesar/test_general/maximus/integration/hle-cl-sar-pbproc/Makefile
+++ b/cesar/test_general/maximus/integration/hle-cl-sar-pbproc/Makefile
@@ -2,11 +2,9 @@ BASE = ../../../..
ECOS = y
-INCLUDES = test_general/station/overide/
-
TARGET_PROGRAMS = hle-cl-sar-pbproc
-
hle-cl-sar-pbproc_SOURCES = station.c
-hle-cl-sar-pbproc_MODULES = mac host lib cl hle hal/phy/maximus
+hle-cl-sar-pbproc_MODULES = mac host lib cl hle hal/phy/maximus \
+ hal/phy/soft/bridgedma
include $(BASE)/common/make/top.mk