https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 2dd68d19b1cece469671561321ba79ce36a986bf authored by Daniel Fort on 07 January 2017, 00:18:26 UTC
Added BGMT_DRAG_1_FINGER for 650D
Tip revision: 2dd68d1
Makefile

# this is a very simple makefile for modules
TOP_DIR=../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=silent
MODULE_OBJS=silent.o

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules
back to top