https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9fa4f32633b55085e9ba32da47d8b6456ddab1a8 authored by a1ex on 09 March 2014, 14:18:08 UTC
Close branch eosm-fix-2-finger-menu-open
Tip revision: 9fa4f32
Makefile

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

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

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