https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: e2c98ad311509033369ab31bc92d643e48326877 authored by Alex on 08 July 2016, 17:27:23 UTC
Close branch installer
Tip revision: e2c98ad
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