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

MODULE_OBJS := \
	create_tony.o

# Set the name of the executable
TOOL_EXECUTABLE := create_tony

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