https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 2d24f3975ab307a0aa1543bcfba2c716b52397f4 authored by Daniel Fort on 16 October 2017, 23:40:57 UTC
Closed branch crop_rec_4k_mlv_snd_audio_issue
Tip revision: 2d24f39
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 lossless.o

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