https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 72e69133e886266d5b940fce038ed71996d3f13c authored by alex@thinkpad on 16 August 2017, 20:38:36 UTC
mlv_dump: fix compilation after rawc header update
Tip revision: 72e6913
Makefile

# this is a very simple makefile for modules
TOP_DIR=../..

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

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