https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 751ff960f0a89371dd1a9e8e69845e7c959695ad authored by alex@thinkpad on 05 May 2017, 16:28:45 UTC
5D3 1.2.3: fix CARD_A_MAKER (off by one)
Tip revision: 751ff96
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_base
MODULE_OBJS=ime_base.o

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top