https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: cc221be2f987774d24ba4c149bae88e1d641eed5 authored by a1ex on 15 July 2014, 15:46:02 UTC
Close branch srm-stubs-eosm
Tip revision: cc221be
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