https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 2322ed1089fb48ed26a1647604b4f245583d5135 authored by Daniel Fort on 11 March 2018, 01:34:47 UTC
Merged in latest crop_rec_4k_EOSM.203
Tip revision: 2322ed1
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