https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: a895a6e25612356e551b5f60261a9544d6fc58cb authored by Daniel Fort on 21 February 2019, 18:16:34 UTC
7D_MASTER: Update needed to sync with commit 4c33f64
Tip revision: a895a6e
Makefile

# this is a very simple makefile for modules
TOP_DIR=../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=dot_tune
MODULE_OBJS=dot_tune.o

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules
back to top