https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7f13549660fbfc9f6aa508649590afa51842afba authored by daniel_fort on 24 March 2019, 01:11:54 UTC
closed duplicate head
Tip revision: 7f13549
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