https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 8382e6f5b2087d794e61ff97fc4dec9712a42290 authored by Daniel Fort on 01 May 2018, 19:49:36 UTC
Closed branch lua_fix_650D.104_stub_fix
Tip revision: 8382e6f
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