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

MODULE_OBJS := \
	extract_mort.o \

# Set the name of the executable
TOOL_EXECUTABLE := extract_mort

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