https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 611dbea972abb1f6b90a1d882bb1970a98e8d862 authored by Daniel Fort on 23 September 2017, 19:45:22 UTC
Closed branch crop_rec_4k_700d_eosm_working
Tip revision: 611dbea
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