https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 6844a54dee88fa9cd84ac85842ce24da538c3936 authored by alex@thinkpad on 20 May 2018, 08:36:00 UTC
Closing branch 80D-troubleshooting (please use digic6-dumper instead)
Tip revision: 6844a54
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