https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: b44b18d3805e4bbf2478f4aaed59624b124cdd54 authored by Daniel Fort on 16 April 2018, 01:05:06 UTC
Backed out change as instructed by a1ex
Tip revision: b44b18d
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