https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 7784609e32ae6223830de649008a3861407dbef1 authored by g3gg0 on 11 January 2016, 22:46:58 UTC
Close branch gcc-49
Tip revision: 7784609
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