https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: bc42262cf7aa53bbf6cb5a8dccb558d8cf1972a3 authored by Alex on 13 July 2017, 11:10:31 UTC
Close branch recovery-EOSM2.
Tip revision: bc42262
Makefile

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

# include modules environment
include ../Makefile.modules


back to top