From 3d58a62727346b7ac1a6cb36fed1a06ed72228dd Mon Sep 17 00:00:00 2001 From: save Date: Mon, 7 Apr 2008 14:17:42 +0000 Subject: Moved the complete svn base into the cesar directory. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1769 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cesar/test_general/integration/interface-dp/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cesar/test_general/integration/interface-dp/Makefile (limited to 'cesar/test_general/integration/interface-dp/Makefile') diff --git a/cesar/test_general/integration/interface-dp/Makefile b/cesar/test_general/integration/interface-dp/Makefile new file mode 100644 index 0000000000..9208121081 --- /dev/null +++ b/cesar/test_general/integration/interface-dp/Makefile @@ -0,0 +1,12 @@ +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 -- cgit v1.2.3