https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 3438140b79ea7a83046ccca523a86ef19c99fdc8 authored by Daniel Fort on 04 July 2018, 20:20:36 UTC
Merged unified into update-to-650D.105
Tip revision: 3438140
Makefile

# define the module name - make sure name is max 8 characters
MODULE_NAME=mem_chk
MODULE_OBJS=mem_chk.o

# include modules environment
include ../Makefile.modules
back to top