https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6968e322c80bebd089ecc5bcfc246522438238a2 authored by Daniel Fort on 23 February 2016, 05:27:30 UTC
Hacked off raw2dng so it just prints out the info.
Tip revision: 6968e32
Makefile

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

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