Browse Source

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>
Max Filippov 12 years ago
parent
commit
6aebb64ad4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/xtensa/platforms/iss/Makefile

+ 2 - 2
arch/xtensa/platforms/iss/Makefile

@@ -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