https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: c374e6b32ede6fae429928b2a100d03cf7977c15 authored by Daniel Fort on 16 October 2019, 18:13:28 UTC
5D3.136: partially working in QEMU
Tip revision: c374e6b
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