https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: c8aacbce34bac33ccba645c0fe0f50d6a9826015 authored by Daniel Fort on 01 October 2017, 06:08:49 UTC
Closed branch crop_rec_4k_EOSM_audio_meters_fix
Tip revision: c8aacbc
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