https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a2c69395a3c45245679453672d1e47005f8f8796 authored by Giovanni Condello on 30 March 2014, 08:17:46 UTC
EOSM: Fix dual ISO
Tip revision: a2c6939
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