https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 82a1049008f36af4588ef78cdeca22d63c11b8ff authored by Daniel Fort on 02 November 2017, 17:19:12 UTC
Closed branch unified-600D-StopASIFDMAADC
Tip revision: 82a1049
Makefile

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

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

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top