https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: b0c87d93a0745a686df6b7f6118a7303ddfde3d0 authored by Alex on 06 October 2017, 22:20:19 UTC
Close branch kichetof/qemu-install-elegant-way-to-install-pack-1506440503741.
Tip revision: b0c87d9
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