https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 09fabb3206c2c265269aa27cdfa41fb866edafaa authored by Alex on 13 January 2017, 22:45:14 UTC
Close branch 5D3-113-and-123
Tip revision: 09fabb3
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