https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 31ab074af00c14950d6d134ed8c4844df642f7e5 authored by Daniel Fort on 29 November 2017, 06:01:28 UTC
Closed branch tft_lcd_all_platforms
Tip revision: 31ab074
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