https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: d1bbeba3dc949c9c76cfad57c174c93ef143c9d4 authored by a1ex on 17 February 2014, 17:14:24 UTC
Close branch 600D-Pink
Tip revision: d1bbeba
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