https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7302b511ee5a4b9dbf4ad8e875eb579a0dcdd4ff authored by a1ex on 24 April 2014, 07:22:42 UTC
Close branch anti_fud
Tip revision: 7302b51
Makefile.setup.default
#Makefile for EOS 650D

# compile position independent (experimental)
CONFIG_PIC=n

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