https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 6d6d8270060718f9b45ce62f0dcc0b9f0ef92aa9 authored by alex@thinkpad.localdomain on 11 October 2017, 11:23:38 UTC
Merged patchmgr into card_fmt
Tip revision: 6d6d827
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