https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7adee68becc4aaeb9352f0d5d7217662776c0594 authored by alex@thinkpad on 05 September 2018, 11:15:47 UTC
Modules: enabled img_name by default
Tip revision: 7adee68
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