https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: bec5847e6ac102831e9d234b47f4d6a645ad15fe authored by Daniel Fort on 05 February 2018, 05:37:40 UTC
Closed branch allocate-raw-lv-buffer-EOSM2
Tip revision: bec5847
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