Revision 56a00db5edfdbf252a4d5b59463b8a7e0d7af407 authored by g3gg0 on 07 September 2017, 19:47:18 UTC, committed by g3gg0 on 07 September 2017, 19:47:18 UTC
1 parent fc000a6
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=bench
MODULE_OBJS=bench.o

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