https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: e9edaf3806e1bb36eb99d165c063bf8726155c01 authored by a1ex on 19 January 2014, 10:17:18 UTC
Close branch temps2
Tip revision: e9edaf3
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