https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f44258f4a84411bcb2ee558026e19e44eaf35ec7 authored by a1ex on 13 February 2014, 19:30:11 UTC
Close branch mem-backend
Tip revision: f44258f
Makefile
# this is a very simple makefile for modules
TOP_DIR=../..

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

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

CFLAGS += 
back to top