https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 1d5457fce2c4b8c1cae8019644eba0564b00c8ba authored by alex@thinkpad on 07 March 2018, 05:46:56 UTC
memset64/memcpy64: use versions from b831cb1; fix calls from Magic Zoom to ensure proper alignment
Tip revision: 1d5457f
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