https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: b4d7a29f9db4e141692449c3391370898e7bec7b authored by a1ex on 16 March 2014, 10:56:30 UTC
Close branch yuv_matrices
Tip revision: b4d7a29
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