https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 562217331ecde90a2f49b4aedf2ef2a86c2a661b authored by Daniel Fort on 29 April 2018, 02:16:55 UTC
stub fix - match what was found to be a problem in the 1.0.4 stub
Tip revision: 5622173
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