https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f9876d3e034883fd3a3f183a5835a14b5c0c8ee7 authored by Daniel Fort on 02 March 2019, 02:44:56 UTC
Fix stub and patch instructions
Tip revision: f9876d3
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