https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 4643aff8322697b4737d5ebe9dc1d89012c758b6 authored by a1ex on 19 June 2016, 18:36:52 UTC
Close branch McGv/guicommonc-edited-online-with-bitbucket--1440276480831.
Tip revision: 4643aff
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