Revision ffd9d42065475738c511d09b1e7a18c1a9d5ef76 authored by Jarno Paananen on 07 May 2014, 17:37:08 UTC, committed by Jarno Paananen on 07 May 2014, 17:37:08 UTC
1 parent 1ac398d
Raw File
Makefile

# this is a very simple makefile for modules
TOP_DIR=../..

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

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules
back to top