https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: db6ca7373104cfc5fe33508c57409695cebf6207 authored by Daniel Fort on 04 July 2018, 20:10:29 UTC
Merged unified into update-to-550D.110
Tip revision: db6ca73
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