https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 917ea3f01ec12474a358b55992d8559efde3b57a authored by a1ex on 03 June 2014, 07:23:15 UTC
Close branch edmac_channels_600D
Tip revision: 917ea3f
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