https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6f611651d8b901aa2698eea2593d2425d5dd0319 authored by g3gg0 on 25 February 2014, 20:54:31 UTC
updated paths to match new FIO requirements
Tip revision: 6f61165
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