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

MODULE_OBJS := \
	qtable.o

# Set the name of the executable
TOOL_EXECUTABLE := qtable

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