https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 90861eff7ed489b0cb98d6a25dea8e3cb990ab14 authored by alex@thinkpad on 30 October 2016, 12:43:33 UTC
VxWorks models: fix warnings in bmp.[ch]
Tip revision: 90861ef
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