https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 782a062cb6859aacdc9d60f1f176f2bf646729d5 authored by a1ex on 11 January 2014, 18:02:34 UTC
Close branch dot_tune
Tip revision: 782a062
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