https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: aa66a6c80fd19bf06db58e1ae07c2ce1915b139a authored by a1ex on 07 January 2014, 14:34:24 UTC
Close branch lvinfo
Tip revision: aa66a6c
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