Index: uspace/lib/libblock/Makefile
===================================================================
--- uspace/lib/libblock/Makefile	(revision 24345a57fd6f125f17c733469f41fb22765b51c8)
+++ uspace/lib/libblock/Makefile	(revision 24d6efc8e72031267fcfce1174923ae8cd84c6ce)
@@ -30,4 +30,6 @@
 ## Common compiler flags
 #
+
+include ../../Makefile.config
 
 LIBC_PREFIX = ../libc
Index: uspace/lib/libc/Makefile
===================================================================
--- uspace/lib/libc/Makefile	(revision 24345a57fd6f125f17c733469f41fb22765b51c8)
+++ uspace/lib/libc/Makefile	(revision 24d6efc8e72031267fcfce1174923ae8cd84c6ce)
@@ -29,4 +29,6 @@
 ## Common compiler flags
 #
+
+include ../../Makefile.config
 
 LIBC_PREFIX = $(shell pwd)
Index: uspace/lib/libfs/Makefile
===================================================================
--- uspace/lib/libfs/Makefile	(revision 24345a57fd6f125f17c733469f41fb22765b51c8)
+++ uspace/lib/libfs/Makefile	(revision 24d6efc8e72031267fcfce1174923ae8cd84c6ce)
@@ -30,4 +30,6 @@
 ## Common compiler flags
 #
+
+include ../../Makefile.config
 
 LIBC_PREFIX = ../libc
Index: uspace/lib/softfloat/Makefile
===================================================================
--- uspace/lib/softfloat/Makefile	(revision 24345a57fd6f125f17c733469f41fb22765b51c8)
+++ uspace/lib/softfloat/Makefile	(revision 24d6efc8e72031267fcfce1174923ae8cd84c6ce)
@@ -29,4 +29,6 @@
 ## Common compiler flags
 #
+
+include ../../Makefile.config
 
 LIBC_PREFIX = ../libc
Index: uspace/lib/softint/Makefile
===================================================================
--- uspace/lib/softint/Makefile	(revision 24345a57fd6f125f17c733469f41fb22765b51c8)
+++ uspace/lib/softint/Makefile	(revision 24d6efc8e72031267fcfce1174923ae8cd84c6ce)
@@ -29,4 +29,6 @@
 ## Common compiler flags
 #
+
+include ../../Makefile.config
 
 LIBC_PREFIX = ../libc
