DEVTOOLS: Added makefile for create_cryo

This commit is contained in:
Eugene Sandulenko 2017-01-25 22:46:11 +01:00
parent 8f7c4fa8a5
commit 1e77941a35

View File

@ -0,0 +1,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