https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: df7f0fd3188eaa3ae0dda06cd2539d58217f75e7 authored by Licaon Kter on 18 December 2016, 22:32:20 UTC
Created new branch stick_sticky
Tip revision: df7f0fd
Makefile

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

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

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top