https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 662b6ea27307bfb06d70f7940bd595e0dcc82d61 authored by Daniel Fort on 08 March 2018, 21:58:19 UTC
Merged 70D_merge_fw112 into allocate-raw-lv-buffer
Tip revision: 662b6ea
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