https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7302b511ee5a4b9dbf4ad8e875eb579a0dcdd4ff authored by a1ex on 24 April 2014, 07:22:42 UTC
Close branch anti_fud
Tip revision: 7302b51
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