https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9960a26cbec690d94bef1132478b6b2d023694b1 authored by Daniel Fort on 19 August 2017, 20:28:02 UTC
Closed branch crop_rec-700D
Tip revision: 9960a26
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