https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 0b94ade41d29b4f49d346cd44d4d1e0325ad0d81 authored by Daniel Fort on 23 March 2019, 00:05:33 UTC
Merged in crop_rec-4k-5D2-eXperimental - reddeercity's unpublished code
Tip revision: 0b94ade
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