https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9875343cec223a5febb5ef4be76c97efea0c6ce6 authored by Daniel Fort on 04 February 2018, 14:22:59 UTC
Closed branch crop_rec_4k_6D_wip
Tip revision: 9875343
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