https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 2cfe904ce54a9d68e28a43c322622918ac8445af authored by dannephoto on 25 June 2017, 04:44:20 UTC
Closed branch crop_rec_550D_raw_slurp
Tip revision: 2cfe904
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_gui
MODULE_OBJS=adtg_gui.o

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top