https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: abd3b895ff7215be830df8c4ddc08146403e84cf authored by Daniel Fort on 04 July 2018, 20:22:05 UTC
Merged unified into update-to-6D.118
Tip revision: abd3b89
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