https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 28f4c6637fe05bbbdc8338bec1cbae99b24dd0f9 authored by a1ex on 23 October 2013, 07:58:47 UTC
Close branch swinxx/tweaksc-edited-online-with-bitbucket-1382474898366
Tip revision: 28f4c66
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