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

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