https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 461f10d5479c79386a76fb8749c0f33e7efc4cb6 authored by Daniel Fort on 05 May 2018, 00:38:44 UTC
updated lua debugmsg.gdb for 1100D.106
Tip revision: 461f10d
Makefile

# this is a very simple makefile for modules
TOP_DIR=../..

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

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top