https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f14eafa68cb5e4b9784ac7979869c7c65408a06a authored by danne on 06 March 2017, 09:59:18 UTC
mlv_lite fixes
Tip revision: f14eafa
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