https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: b639f263535e5572ad104246a15a44c0b084f726 authored by Daniel Fort on 02 February 2017, 04:47:47 UTC
700D: fix pre/post_isr_hook stubs
Tip revision: b639f26
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