https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 2a5fa469cb40606ec0ead0b015bc6d1083242613 authored by Giovanni C on 13 April 2014, 08:45:16 UTC
Close branch cleanup
Tip revision: 2a5fa46
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