https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ddd4dd85e56a76bef9eb0342056cad6a64bf0914 authored by a1ex on 19 June 2016, 18:09:28 UTC
Close branch 650D_700D_magic_Zoom_Flicker_Fix.
Tip revision: ddd4dd8
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