aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_mortdat/module.mk
blob: 86b14d8284f3147979f09203a89dcb75c98993e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
MODULE := devtools/create_mortdat

MODULE_OBJS := \
	create_mortdat.o \

# Set the name of the executable
TOOL_EXECUTABLE := create_mortdat

# Include common rules
include $(srcdir)/rules.mk