From 8894a0582d070bfea697f587b5805ce54b5613db Mon Sep 17 00:00:00 2001 From: zimoch Date: Thu, 21 Jul 2011 14:55:26 +0000 Subject: [PATCH] Allow to build on Linux --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 0474cf5..5d61202 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,10 @@ include /ioc/tools/driver.makefile HEADERS += require.h +BUILDCLASSES += Linux + +SOURCES += require.c +SOURCES += listRecords.c +SOURCES += updateMenuConvert.c +SOURCES_vxWorks += bootNotify.c +SOURCES_vxWorks += iocCheck.c