aboutsummaryrefslogtreecommitdiff
path: root/tools/create_mads/module.mk
blob: db35973eef8520bb10723d3331b9c7eb366ae252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $URL$
# $Id$

MODULE := tools/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