https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: dc0ca440af938e44917b219e36c91bb834c341a8 authored by Albert Shih on 26 July 2014, 18:50:23 UTC
Close branch mlv_play.
Tip revision: dc0ca44
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