]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
FWP compilation can be disabled in config.omk
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 6 Nov 2008 15:20:48 +0000 (16:20 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 6 Nov 2008 15:20:48 +0000 (16:20 +0100)
fwp/Makefile.omk

index 301768a31aec4a089aa3f693ac15130383299c56..a987518ac42ddf5ee85a7b836dc212dcabb99e52 100644 (file)
@@ -1,4 +1,6 @@
 default_CONFIG = CONFIG_FWP=y
 
+ifeq ($(CONFIG_FWP),y)
 SUBDIRS = lib mngr
 CFLAGS+= -Wall -Wextra -D_REENTRANT
+endif