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

MODULE_OBJS := \
	create_teenagent.o \
	md5.o

# Set the name of the executable
TOOL_EXECUTABLE := create_teenagent

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