https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: e3905159d1050578108c2c1947d8e6bcabfcfe02 authored by alex@thinkpad on 21 June 2018, 06:08:58 UTC
Close branch crop_rec_4k_mlv_snd_audio_issue
Tip revision: e390515
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