https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 0db5e9db13b12ce26e899fa409357ccf96cc5157 authored by Daniel Fort on 16 October 2017, 14:20:32 UTC
Closed branch unified_650D_audio_meters_fix
Tip revision: 0db5e9d
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