https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: bc42262cf7aa53bbf6cb5a8dccb558d8cf1972a3 authored by Alex on 13 July 2017, 11:10:31 UTC
Close branch recovery-EOSM2.
Tip revision: bc42262
Makefile

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

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

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