https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 82854ca74764dc13b0915ebfed4c24d83d08c389 authored by Daniel Fort on 03 January 2017, 16:57:17 UTC
Closed branch raw_10bit_12bit_raw_twk_default
Tip revision: 82854ca
makefile
# this is a very simple makefile for modules
TOP_DIR=../..

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

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