summaryrefslogtreecommitdiff
path: root/cesar/test_general/integration/interface-dp/Makefile
diff options
context:
space:
mode:
authorlaranjeiro2008-06-12 10:04:38 +0000
committerlaranjeiro2008-06-12 10:04:38 +0000
commit06e2e26caf48a0bd91eda34f06a79369d4c82f28 (patch)
tree60460c03f715ac88d59021fff1d5d013f73ac3b0 /cesar/test_general/integration/interface-dp/Makefile
parente350e97dc85a44945b0977236d0db466e03f0797 (diff)
test_general: Modified the directory arhitecture to add tests for maximus, glaiser-proto and hardware proto.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2296 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/test_general/integration/interface-dp/Makefile')
-rw-r--r--cesar/test_general/integration/interface-dp/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/cesar/test_general/integration/interface-dp/Makefile b/cesar/test_general/integration/interface-dp/Makefile
deleted file mode 100644
index 9208121081..0000000000
--- a/cesar/test_general/integration/interface-dp/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-BASE = ../../..
-
-ECOS = y
-
-TARGET_PROGRAMS = station
-
-station_SOURCES = station.c
-station_MODULES = mac/common mac/ca mac/pbproc mac/sar cl hle \
- lib hal/phy/maximus host hal/hle/maximus \
- interface interface/sniffer
-
-include $(BASE)/common/make/top.mk