https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 95a3121ca5e3f883146a258bd5a82c33ad3e0d89 authored by Daniel Fort on 09 May 2018, 02:48:20 UTC
fixed formatting
Tip revision: 95a3121
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