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:
parent
f6a03a12ec
commit
6aebb64ad4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue