aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_cryo/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/create_cryo/module.mk')
-rw-r--r--devtools/create_cryo/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/create_cryo/module.mk b/devtools/create_cryo/module.mk
index f8e350a95d..f1e8ea3aa9 100644
--- a/devtools/create_cryo/module.mk
+++ b/devtools/create_cryo/module.mk
@@ -2,10 +2,10 @@
MODULE := devtools/create_cryo
MODULE_OBJS := \
- create_led_dat.o
+ create_cryo_dat.o
# Set the name of the executable
-TOOL_EXECUTABLE := create_led_dat
+TOOL_EXECUTABLE := create_cryo_dat
# Include common rules
include $(srcdir)/rules.mk