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

MODULE_OBJS := \
	main.o \
	parser.o

# Set the name of the executable
TOOL_EXECUTABLE := create_mads

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