https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 63a11348067cd0d68c581543914edba48dbb37d9 authored by Daniel Fort on 27 November 2017, 03:05:32 UTC
Fixed addresses for EOSM.
Tip revision: 63a1134
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