https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: f9afc03ab8d9de52cb37e053adf4f5a7b2d097ec authored by a1ex on 18 July 2014, 05:09:05 UTC
Close branch fullres-silent-pics-50d
Tip revision: f9afc03
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