https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 18dbf8973e156c285d850d1cb2e00e881ea46eaf authored by Giovanni C on 17 April 2014, 12:12:56 UTC
Close branch cr2hdr-20bit-cross-fix
Tip revision: 18dbf89
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