https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 622bc1411e6d5378898087e342624f56cb1892d2 authored by Giovanni C on 06 February 2014, 20:44:22 UTC
Close branch memory-browser-fix
Tip revision: 622bc14
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