https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9f095f820f76eb18e590440466ac378cc917f6a7 authored by Daniel Fort on 29 September 2017, 15:05:15 UTC
Closed branch update-to-700D.115
Tip revision: 9f095f8
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