https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 8b8ef8b6a99186bfbffe5808415af16cc3d69561 authored by a1ex on 15 February 2014, 07:24:20 UTC
Close branch rec-indicator-5d3
Tip revision: 8b8ef8b
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