https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: fd7c8ea250ea41c65a418091fbfc596c1ede905a authored by a1ex on 14 May 2014, 11:49:12 UTC
Close branch Help_text
Tip revision: fd7c8ea
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