https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: bf02ea25a575a188bba28256be64f65453d40096 authored by dannephoto on 13 May 2017, 02:51:45 UTC
Trying for 10bit12bit compressed lj92
Tip revision: bf02ea2
Makefile

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

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

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