Skip to content

Commit

Permalink
xtensa: ISS: only build networking if configured
Browse files Browse the repository at this point in the history
This allows building kernel in allnoconfig configuration.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
  • Loading branch information
Max Filippov authored and Chris Zankel committed Oct 3, 2012
1 parent f6a03a1 commit 6aebb64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/xtensa/platforms/iss/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6aebb64

Please sign in to comment.