https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 8253ef26ba251d30475a0840e6911b3de67a1080 authored by Daniel Fort on 20 September 2018, 03:07:48 UTC
Closed branch raw_video_10bit_12bit_LVState-wip
Tip revision: 8253ef2
Makefile

# define the module name - make sure name is max 8 characters
MODULE_NAME=mem_chk
MODULE_OBJS=mem_chk.o

# include modules environment
include ../Makefile.modules
back to top