https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 613252af56e02107cd4a63f3601509dbe07937cc authored by alex@thinkpad on 01 April 2017, 18:31:18 UTC
mlv_lite: better fix for invalid block size metadata (see commit 9d5a239)
Tip revision: 613252a
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