https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 01e8bb72445b320f00ac8593c143637faa652591 authored by danne on 09 January 2017, 21:52:02 UTC
merge
Tip revision: 01e8bb7
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