https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 5d31a8a22bf50f715148b12cc369a6616d29a23a authored by alex@thinkpad on 07 April 2016, 23:09:56 UTC
Proof of concept: remote Lua console using the Toshiba FlashAir Wi-Fi SD card
Tip revision: 5d31a8a
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_null
MODULE_OBJS=ime_null.o

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

back to top