https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f2b22776c664e13ab4966393bf3835e94c6664f4 authored by g3gg0 on 06 November 2013, 23:40:05 UTC
Close branch marekk17/cpuarchc-bugfix-1383392633477
Tip revision: f2b2277
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