https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 161978ced894477792005b1c806965701efffdc4 authored by Daniel Fort on 23 January 2018, 13:15:18 UTC
Closed branch dm-spy-experiments-EOSM2-tests
Tip revision: 161978c
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