https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 782a062cb6859aacdc9d60f1f176f2bf646729d5 authored by a1ex on 11 January 2014, 18:02:34 UTC
Close branch dot_tune
Tip revision: 782a062
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