https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 0263cad2c4acef92e93686d75f3c3c288f7bbe84 authored by Alex on 08 July 2016, 17:25:29 UTC
Close branch format-restart
Tip revision: 0263cad
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