https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: b622fe183465997422b7a40631e26be7096cd051 authored by danne on 30 June 2018, 11:47:25 UTC
closing crop_rec_4k_mlv_lite_snd_sd_uhs_HDR_eosm_100D_6D
Tip revision: b622fe1
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