https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: fe373ab15f3430f9478e0b9da096c499223cf02a authored by danne on 12 January 2017, 05:58:15 UTC
make file change raw2dng
Tip revision: fe373ab
Makefile

# this is a very simple makefile for modules
TOP_DIR=../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=ime_base
MODULE_OBJS=ime_base.o

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top