https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: d02a20579ea33124e29d2ab4fdde1681aaa2b26b authored by alex@thinkpad on 10 April 2016, 16:48:05 UTC
Dual ISO: preview experiment, hardcoded for 5D3 100/1600 for now
Tip revision: d02a205
Makefile

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

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

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

back to top