Commit 6aebb64a authored by Max Filippov's avatar Max Filippov Committed by Chris Zankel

xtensa: ISS: only build networking if configured

This allows building kernel in allnoconfig configuration.
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent f6a03a12
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment