https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ea83c51de72b512bdbe4307b929ee6dfa87d9b1e authored by a1ex on 14 July 2014, 05:47:43 UTC
Close branch srm-60D
Tip revision: ea83c51
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