https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 5a7be5f20129be583e7cc0e019f103bcb4013f4f authored by Giovanni C on 10 February 2014, 10:51:59 UTC
Close branch makefile-fix
Tip revision: 5a7be5f
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