https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9074f4b0101e408a3e1d5a1788227cf357311c5a authored by dannephoto on 02 May 2017, 22:22:28 UTC
Compress issues
Tip revision: 9074f4b
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