https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 5f8e55430fdca5dcba0afb29a4d0daa3564b61d4 authored by Daniel Fort on 30 April 2018, 23:01:33 UTC
Closed branch unified
Tip revision: 5f8e554
Makefile

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

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