https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6e7414ee1551c444d4090cf02969001fe7ee79cf authored by Daniel Fort on 18 April 2018, 18:06:27 UTC
Merged 60D.112
Tip revision: 6e7414e
Makefile

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

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

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