https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: ce8529fc269558f7490c9a955f9292ad13389033 authored by a1ex on 16 July 2014, 20:01:53 UTC
Close branch mlv_play
Tip revision: ce8529f
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