https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 4a4e015dfb06213a85be1082aae48b295e6a74aa authored by Giovanni C on 10 February 2014, 08:43:13 UTC
Close branch iso-response-test-module
Tip revision: 4a4e015
Makefile.setup.default
#Makefile for 600D

# compile position independent (experimental)
CONFIG_PIC=n
CONFIG_MEMCHECK=n

CONFIG_RELOC=y

ML_AUDIO_OBJ = audio-lapis.o

ML_SRC_EXTRA_OBJS = \
	raw.o \
	chdk-dng.o \
	edmac-memcpy.o

back to top