https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 55a3a2c5d4583b85e62fd0ec170cde5d23b8f839 authored by a1ex on 15 July 2014, 06:20:13 UTC
Close branch OtherOnePercent/fix-cameras-with-shutter-blanking-but-no-1405358804898
Tip revision: 55a3a2c
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