summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/test/tonemask/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/phy/test/tonemask/Makefile')
-rw-r--r--cesar/hal/phy/test/tonemask/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/cesar/hal/phy/test/tonemask/Makefile b/cesar/hal/phy/test/tonemask/Makefile
new file mode 100644
index 0000000000..7fb22e824a
--- /dev/null
+++ b/cesar/hal/phy/test/tonemask/Makefile
@@ -0,0 +1,11 @@
+BASE = ../../../..
+
+INCLUDES = hal/phy/test/tonemask/override
+
+HOST_PROGRAMS = test_tonemask
+test_tonemask_SOURCES = test_tonemask.c
+test_tonemask_MODULES = lib hal/phy mac/common
+hal_phy_MODULE_SOURCES = tonemask.c
+mac_common_SOURCES = tonemask.c
+
+include $(BASE)/common/make/top.mk