https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a5ed4f67358b32afe38757d981003994c059e358 authored by a1ex on 15 February 2014, 18:52:49 UTC
Close branch menu_caret
Tip revision: a5ed4f6
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