https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 2791dd8bac76731470904fc4c333f276e9cffdb4 authored by Daniel Fort on 08 October 2016, 13:40:43 UTC
Remove "frame" from dng filenames so that it conforms with MLVFS default naming.
Tip revision: 2791dd8
config.mak
CFLAGS=-Os
LDFLAGS=
LIBSUF=.a
EXESUF=
ARCH=arm
TARGETOS=Linux
VERSION=0.9.26
top_srcdir=$(TOP)
top_builddir=$(TOP)
back to top