https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 04ff48f31113bd7bbdc735c9d6896c7d7e62c623 authored by a1ex on 07 January 2014, 17:22:18 UTC
Close branch file_man
Tip revision: 04ff48f
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