From: Michal Sojka Date: Thu, 6 Nov 2008 15:20:48 +0000 (+0100) Subject: FWP compilation can be disabled in config.omk X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/fwp.git/commitdiff_plain/419a2b254ea931527adca5d0a63b003d23fdaa57?ds=sidebyside FWP compilation can be disabled in config.omk --- diff --git a/fwp/Makefile.omk b/fwp/Makefile.omk index 301768a..a987518 100644 --- a/fwp/Makefile.omk +++ b/fwp/Makefile.omk @@ -1,4 +1,6 @@ default_CONFIG = CONFIG_FWP=y +ifeq ($(CONFIG_FWP),y) SUBDIRS = lib mngr CFLAGS+= -Wall -Wextra -D_REENTRANT +endif