https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: a3e9cc95e73034dab2a6a597f39e9fa389e38c9b authored by a1ex on 09 March 2014, 07:37:08 UTC
Close branch eosm-doubletap-ettr
Tip revision: a3e9cc9
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