summaryrefslogtreecommitdiff
path: root/cesar/cp/beacon/test/sync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/beacon/test/sync/Makefile')
-rw-r--r--cesar/cp/beacon/test/sync/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/cesar/cp/beacon/test/sync/Makefile b/cesar/cp/beacon/test/sync/Makefile
new file mode 100644
index 0000000000..49b4942361
--- /dev/null
+++ b/cesar/cp/beacon/test/sync/Makefile
@@ -0,0 +1,14 @@
+BASE = ../../../..
+
+INCLUDES=cp/beacon/test/sync
+#EXTRA_HOST_CFLAGS=-std=c99
+EXTRA_HOST_LDFLAGS=-lm
+HOST_PROGRAMS = test_sync
+test_sync_SOURCES = test_sync.c
+test_sync_MODULES = cp/beacon/test/sync/hal/phy lib cp/beacon
+
+
+cp_beacon_MODULE_SOURCES = ntb_clock_sync.c
+
+include $(BASE)/common/make/top.mk
+