https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: dff52813f2715bda481d86216898628541ab1be9 authored by Daniel Fort on 25 January 2017, 03:36:56 UTC
Closed branch raw_video_10bit_12bit_test2
Tip revision: dff5281
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