summaryrefslogtreecommitdiff
path: root/storage/ndb/src/kernel/vm/al_test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/kernel/vm/al_test/Makefile')
-rw-r--r--storage/ndb/src/kernel/vm/al_test/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/storage/ndb/src/kernel/vm/al_test/Makefile b/storage/ndb/src/kernel/vm/al_test/Makefile
deleted file mode 100644
index a7287a341fd..00000000000
--- a/storage/ndb/src/kernel/vm/al_test/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-include .defs.mk
-
-TYPE := kernel
-
-BIN_TARGET := al_test
-BIN_TARGET_ARCHIVES := portlib
-
-SOURCES = main.cpp
-
-CFLAGS_main.cpp = -DDEBUG
-
-include $(NDB_TOP)/Epilogue.mk