https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 8dcca5953a066723452f50f69f9799e655f36b43 authored by Giovanni C on 11 February 2014, 13:15:54 UTC
Close branch makefile-fix2
Tip revision: 8dcca59
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