https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7beae166b03c5e776422305579d3a315c71cc09b authored by Giovanni C on 16 March 2014, 14:32:01 UTC
Close branch unbroken-installer.
Tip revision: 7beae16
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