https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9349fb59d2379b786081a6dafedd343debdfb678 authored by a1ex on 23 January 2014, 22:32:45 UTC
Close branch andy600/chdkdngc-edited-online-with-bitbucket-c-1390512855588
Tip revision: 9349fb5
Makefile.setup.default

# compile position independent (experimental)
CONFIG_PIC=n

ML_BITRATE_OBJ = bitrate-5d3.o
ML_AF_PATTERNS_OBJ = n
ML_BOOTFLAGS_OBJ = n

ML_SRC_EXTRA_OBJS = \
	video_hacks.o \
	fio-5d3.o \
	misc.o \
	afma.o \
	raw.o \
	chdk-dng.o \
	edmac-memcpy.o \
	asm.o


CFLAG_USER += -DCONFIG_5D3_MINIMAL=1 -DCONFIG_NO_SNAP_SIM=1
back to top