https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7e6e86fc96e900f562385a739b0317cd508faa3e authored by Daniel Fort on 08 August 2017, 16:09:20 UTC
Closed branch dm-spy-experiments-EOSM2.103
Tip revision: 7e6e86f
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