https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 732b55bff5338eaf65b0ef740db0faf769080b5f authored by a1ex on 29 July 2014, 21:43:34 UTC
Close branch 1100D-FIO_SeekSkipFile
Tip revision: 732b55b
Makefile

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

# include modules environment
include ../Makefile.modules
back to top