Revision 1db9088e07cb3ff97bedbf9dff616b7fb0b5318c authored by a1ex on 06 August 2014, 10:43:20 UTC, committed by a1ex on 06 August 2014, 10:43:20 UTC
1 parent d8c240c
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=mlv_snd
MODULE_OBJS=mlv_snd.o

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