https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 120a3ebe8c8fc126d08ed4aa80b0f8b5b2a0c3be authored by Daniel Fort on 02 December 2016, 16:14:54 UTC
Close branch mlv_dump_frame_extract.
Tip revision: 120a3eb
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