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

MODULE_OBJS := \
	create_glk.o

# Set the name of the executable
TOOL_EXECUTABLE := create_glk

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