https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: e37de3934949bd78298f97822421e32652cd41ec authored by Daniel Fort on 06 March 2019, 22:59:16 UTC
500D/550D stubs for 10/12bit raw video.
Tip revision: e37de39
Makefile

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

# include modules environment
include ../Makefile.modules

back to top