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

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

# include modules environment
include ../Makefile.modules


back to top