https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 3433f4dced7394013030352af585b3e9535364eb authored by a1ex on 14 July 2014, 05:48:50 UTC
Close branch 6D-SRM
Tip revision: 3433f4d
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