https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: adb843472b196be7d97b3abe40decc878f0bd6e4 authored by Daniel Fort on 19 December 2018, 18:11:58 UTC
Closed branch unified-6D-sf_dump
Tip revision: adb8434
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