https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9a7bde5c876abc2b18f171dfc239dd309ecec0e5 authored by Alex on 11 February 2017, 13:52:09 UTC
Close branch new_raw_format
Tip revision: 9a7bde5
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