https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: c470e6254369ab1e0ed8e6d280decaea1541b16f authored by Giovanni C on 13 February 2014, 10:43:25 UTC
Close branch mlv_rec
Tip revision: c470e62
Makefile.setup.default
#Makefile for EOS 650D

# compile position independent (experimental)
CONFIG_PIC=n

ML_SRC_EXTRA_OBJS = \
	misc.o \
	raw.o \
	chdk-dng.o \
	edmac-memcpy.o
back to top