https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 143b392d7b440cd4617e905a92802ad60c4c5adf authored by a1ex on 19 June 2016, 18:07:52 UTC
Close branch xiga_reframe.
Tip revision: 143b392
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_base
MODULE_OBJS=ime_base.o

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top