https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9f93a665c5ee3d261638472697a1d484fd8b22e6 authored by Daniel Fort on 30 October 2017, 00:08:45 UTC
Closed branch dm-spy-minimal
Tip revision: 9f93a66
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