https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 23414980f5e921bc4017236c40990fb6165020c8 authored by Daniel Fort on 04 March 2018, 04:58:13 UTC
6D DEFAULT_RAW_BUFFER_SIZE
Tip revision: 2341498
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