Index: uspace/Makefile.common
===================================================================
--- uspace/Makefile.common	(revision 07cb0108f9a269b86e7dd3c0635e5f78a12c9a37)
+++ uspace/Makefile.common	(revision d75dc0561c7ce077e18de03f15c1afa664e05d5e)
@@ -244,8 +244,4 @@
 	-Wwrite-strings -pipe
 
-ICC_CFLAGS = -Wall -Wextra -Wno-clobbered -Wno-unused-parameter \
-	-Wmissing-prototypes -Werror-implicit-function-declaration \
-	-Wwrite-strings -pipe
-
 # -Wno-missing-prototypes is there because it warns about main().
 # This should be fixed elsewhere.
@@ -261,5 +257,4 @@
 ifeq ($(CONFIG_LINE_DEBUG),y)
 	GCC_CFLAGS += -ggdb
-	ICC_CFLAGS += -g
 	CLANG_CFLAGS += -g
 endif
@@ -293,9 +288,4 @@
 ifeq ($(COMPILER),gcc_native)
 	CFLAGS += $(COMMON_CFLAGS) $(GCC_CFLAGS)
-	DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
-endif
-
-ifeq ($(COMPILER),icc)
-	CFLAGS += $(COMMON_CFLAGS) $(ICC_CFLAGS)
 	DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
 endif
