https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: c2a094bf1e7322572eb0b50f823400a37cc0cc6f authored by daniel_fort on 14 March 2019, 22:31:59 UTC
closed branch to fix multiple heads on remote
Tip revision: c2a094b
Makefile

# define the module name - make sure name is max 8 characters
MODULE_NAME=raw_twk
MODULE_OBJS=raw_twk.o

# include modules environment
include ../Makefile.modules

back to top