xtensa: ISS: only build networking if configured

This allows building kernel in allnoconfig configuration.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:
Max Filippov
2012-09-17 05:44:32 +04:00
committed by Chris Zankel
parent f6a03a12ec
commit 6aebb64ad4
+2 -2
View File
@@ -4,5 +4,5 @@
# "prom monitor" library routines under Linux.
#
obj-y = io.o console.o setup.o network.o
obj-y = io.o console.o setup.o
obj-$(CONFIG_NET) += network.o