https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 61838146a23b642b0e59b55bfc68b13acb9d4e77 authored by a1ex on 22 June 2014, 12:13:23 UTC
Close branch edmac-cleanup
Tip revision: 6183814
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