]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xtensa: only build ISS networking if configured
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 4 Jul 2012 13:09:49 +0000 (17:09 +0400)
committerChris Zankel <chris@zankel.net>
Sat, 11 Aug 2012 02:22:23 +0000 (19:22 -0700)
This allows building kernel in allnoconfig configuration.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/platforms/iss/Makefile

index af96e314d71fa7a228abcb371ff862246410f9c9..c61dd3961b173b53d7cac2819f137b04fab6839d 100644 (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