summaryrefslogtreecommitdiff
path: root/cesar/mac/common/test/ntb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/common/test/ntb/Makefile')
-rw-r--r--cesar/mac/common/test/ntb/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/cesar/mac/common/test/ntb/Makefile b/cesar/mac/common/test/ntb/Makefile
new file mode 100644
index 0000000000..ca7ca69b34
--- /dev/null
+++ b/cesar/mac/common/test/ntb/Makefile
@@ -0,0 +1,10 @@
+BASE = ../../../..
+
+HOST_PROGRAMS = test_ntb test_ntb_phy_unstub
+test_ntb_SOURCES = test_ntb.c
+test_ntb_MODULES = mac/common lib
+
+test_ntb_phy_unstub_SOURCES = test_ntb_phy_unstub.c
+test_ntb_phy_unstub_MODULES = mac/common lib
+
+include $(BASE)/common/make/top.mk