https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: cba4084a09a84c6ae88bdb9009277accd42b3a62 authored by danne on 21 March 2017, 09:36:31 UTC
Closed branch ml-dng-unified_6_chroma_smooth_metadata
Tip revision: cba4084
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