https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9dcff7648ca2d1c50fea913cc26922ed18c98f8f authored by a1ex on 19 June 2016, 18:39:09 UTC
Close branch greg-working.
Tip revision: 9dcff76
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