https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 3997aa386a3743697410e8f2a29c01685ed21ef9 authored by alex@thinkpad on 05 June 2018, 16:26:37 UTC
100D: fix INPUT_ENABLE_IMAGE_PHYSICAL_SCREEN_PARAMETER (display filters working)
Tip revision: 3997aa3
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