https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 2bd31cf132e5ee55659a46295214561e60e570d2 authored by Daniel Fort on 06 July 2018, 05:53:33 UTC
undo changes to selftest module
Tip revision: 2bd31cf
Makefile
# this is a very simple makefile for modules
TOP_DIR=../..

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

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