https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 766c6a96f77d562b19a5404f39f3a26f811b62c2 authored by Daniel Fort on 14 April 2018, 15:37:25 UTC
Merged in fixes done on wip branch
Tip revision: 766c6a9
Makefile

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

# include modules environment
include ../Makefile.modules


back to top