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

MODULE_OBJS := \
	create_led_dat.o

# Set the name of the executable
TOOL_EXECUTABLE := create_led_dat

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