https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 2b4624153022cc359af56eb110de14f4ae556314 authored by g3gg0 on 23 April 2014, 20:32:11 UTC
Close branch pravdomil/readmemd-edited-online-with-bitbucket-1398284535670
Tip revision: 2b46241
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