Revision 59499d8ba57e7a2e136616cb6da6c3fabcc87325 authored by a1ex on 19 June 2016, 18:35:27 UTC, committed by a1ex on 19 June 2016, 18:35:27 UTC
1 parent 6301367
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=ime_std
MODULE_OBJS=ime_std.o

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

back to top