https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 782615151738de7793f57f0ca4bfcc5c87077fbf authored by alex@thinkpad on 02 September 2017, 17:50:52 UTC
Merged lua_fix into thread-safety
Tip revision: 7826151
Makefile

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

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

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top