https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: c66e11d7604a38d14762d958fe946c4725acfafe authored by a1ex on 20 January 2014, 22:51:41 UTC
Close branch 50d
Tip revision: c66e11d
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