https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: c7c2f9643c3f85b01438c02095f440a8d6a76fa8 authored by a1ex on 14 March 2014, 21:59:28 UTC
Close branch raw-alignment
Tip revision: c7c2f96
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