https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 5b468d9c1d24bb9ef295508040c8532109a63054 authored by Daniel Fort on 24 December 2016, 01:29:18 UTC
Closed branch EOSM_ez_white_balance
Tip revision: 5b468d9
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