https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 0b6a95f33006e32c6100f1e949c0af661acc7306 authored by Daniel Fort on 25 January 2017, 03:43:14 UTC
Closed branch Makefile.cr2hdr_update
Tip revision: 0b6a95f
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