https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: fae23a542244b7f568210eff1ea74149028b49e1 authored by alex@thinkpad on 30 April 2018, 11:10:58 UTC
Close branch
Tip revision: fae23a5
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