https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: a66659a8e721580b1a359a0ee4f5da982f42f173 authored by Daniel Fort on 29 September 2017, 15:04:56 UTC
Closed branch unified_700D_audio_meters_fix
Tip revision: a66659a
Makefile
# this is a very simple makefile for modules
TOP_DIR=../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=adv_int
MODULE_OBJS=adv_int.o

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules
back to top