https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 43e71dfcbafcdd625e9b56efcea88cfdd1dd8d4d authored by Daniel Fort on 25 January 2017, 03:30:25 UTC
Closed branch manual_lens_garry23_audio_shot
Tip revision: 43e71df
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