summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/maximus/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/phy/maximus/test/Makefile')
-rw-r--r--cesar/hal/phy/maximus/test/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/cesar/hal/phy/maximus/test/Makefile b/cesar/hal/phy/maximus/test/Makefile
new file mode 100644
index 0000000000..5a05968d7a
--- /dev/null
+++ b/cesar/hal/phy/maximus/test/Makefile
@@ -0,0 +1,10 @@
+BASE = ../../../..
+EXTRA_HOST_CFLAGS+= -DUNIT_TEST
+HOST_PROGRAMS = test_phy_maximus
+test_phy_maximus_SOURCES = test_phy_maximus.c test_phy_access.c \
+ test_phy_ctrl.c test_bridgedma.c test_pbdma.c \
+ test_tmdma.c
+test_phy_maximus_MODULES = lib hal/phy/maximus host
+INCLUDES = hal/phy/maximus/test/inc
+
+include $(BASE)/common/make/top.mk