https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6df5f9bff167d8ec5987625d19ffc030c640ad62 authored by alex@thinkpad on 21 June 2018, 06:08:11 UTC
Close branch crop_rec_4k_650D_experimental
Tip revision: 6df5f9b
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