https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a0b220d1ccfa9351c7242af2ec6bd9f52ae43e6b authored by a1ex on 11 January 2014, 21:27:01 UTC
Close branch cam-temperature-neu
Tip revision: a0b220d
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