summaryrefslogtreecommitdiff
path: root/cesar/hal/ipmbox/maximus/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/ipmbox/maximus/test/Makefile')
-rw-r--r--cesar/hal/ipmbox/maximus/test/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/cesar/hal/ipmbox/maximus/test/Makefile b/cesar/hal/ipmbox/maximus/test/Makefile
new file mode 100644
index 0000000000..f4e0b01309
--- /dev/null
+++ b/cesar/hal/ipmbox/maximus/test/Makefile
@@ -0,0 +1,8 @@
+BASE = ../../../..
+EXTRA_HOST_CFLAGS+= -DUNIT_TEST
+HOST_PROGRAMS = test_maximus_hle
+test_maximus_hle_SOURCES = test_maximus_hle.c test_maximus_ipmbox.c test_maximus_ether.c
+test_maximus_hle_MODULES = lib hal/ipmbox/maximus host
+INCLUDES = hal/ipmbox/maximus/test/inc
+
+include $(BASE)/common/make/top.mk