https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 5a7f87d0c87574b329b4029c2cb90cf410406c94 authored by Daniel Fort on 09 October 2016, 22:27:29 UTC
Closed branch mlv_dump-simplify_dng_filenames
Tip revision: 5a7f87d
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