https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 0c1dab0aefa36b802d1ed4765408eaddb4cb809e authored by a1ex on 20 January 2014, 23:59:37 UTC
Close branch 1100D_fix
Tip revision: 0c1dab0
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