https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 2237e184ef5f7a0730cf4f00c04f7dd78ad5ff05 authored by Alex on 06 January 2017, 23:05:39 UTC
Close branch raw_fixes_eosm_fix.
Tip revision: 2237e18
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