https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 0d4fe6471676e707311b9a2f773c4fe1a438158a authored by Daniel Fort on 29 September 2017, 15:04:45 UTC
Closed branch unified_700D_audio_meters_fix_1
Tip revision: 0d4fe64
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