https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f839cbd5a10cfb1e958b389aa623efaf9c8e2a17 authored by Daniel Fort on 02 November 2017, 17:18:58 UTC
Closed branch unified-6D-sf_dump
Tip revision: f839cbd
Makefile

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

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

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