https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: feb1e6db1f35efbbef8b056035911460eae327e1 authored by a1ex on 17 January 2014, 13:27:33 UTC
Close branch file_man
Tip revision: feb1e6d
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