https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 8c453ec29bd697143c633a3fdda74b279445b180 authored by dannephoto on 18 July 2017, 09:48:56 UTC
Closed branch mlv_dump_WB
Tip revision: 8c453ec
Makefile

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

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