https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 03d030afd0eec01129c7b8cd596cd4e66fb76755 authored by danne on 01 January 2017, 00:48:05 UTC
Closed branch raw_10bit_12bit_crop_rec
Tip revision: 03d030a
Makefile

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

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

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top