https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 24d10a9f0dd222c7618b34711a1a96a79c06cdb5 authored by g3gg0 on 24 April 2015, 17:55:19 UTC
small changes to register comments
Tip revision: 24d10a9
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