https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 11f1972f866a384f8d51b23853ba393cdc0cc60c authored by dannephoto on 12 August 2017, 20:40:14 UTC
Commit reading fpmutil tool(fpm files in specific ml-dng version in Switch) Thanks a lot B!
Tip revision: 11f1972
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