https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f74809934e3a6bc580d3cee883c5c8c601f28bc9 authored by Alex on 01 December 2016, 16:21:51 UTC
Close branch raw_rec_x_res_fix.
Tip revision: f748099
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