https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 81fed3915f76225f6eadff0f83586a5f67970fc2 authored by Daniel Fort on 06 January 2017, 22:55:37 UTC
Closed branch touch-menu-EOSM
Tip revision: 81fed39
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