https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 492697e3a9e26b7331965af90793b8511bb75c88 authored by Alex on 29 March 2017, 16:30:08 UTC
Close branch task_name
Tip revision: 492697e
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