https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 6c0614331ceb940766673f353494946d8aacd0d0 authored by a1ex on 22 October 2013, 21:27:07 UTC
Close branch Audionut/post-deflicker-correct-template-for-ado-1371360649061.
Tip revision: 6c06143
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