Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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