https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 28927a3931589f72174013ed8260ca53859c6c0a authored by danne on 01 October 2019, 06:11:36 UTC
stubs.S:(5d3 correction of faulty stub. Thanks dfort)
Tip revision: 28927a3
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_rot
MODULE_OBJS=ime_rot.o

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

back to top