https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 63dc4cd874208f3c20ff8f5ac5a386263eb6e57c authored by a1ex on 13 February 2014, 19:33:31 UTC
Close branch pink-frame-fix
Tip revision: 63dc4cd
Makefile

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

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

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