]> rtime.felk.cvut.cz Git - frescor/fwp.git/blob - fwp/Makefile.omk
Fixed broken budgeting algorithm
[frescor/fwp.git] / fwp / Makefile.omk
1 default_CONFIG = CONFIG_FWP=y
2
3 ifeq ($(CONFIG_FWP),y)
4 SUBDIRS = lib mngr wme_test
5 CFLAGS+= -Wall -Wextra -D_REENTRANT
6 endif