1
0
Fork 0

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>
hifive-unleashed-5.1
Max Filippov 2012-09-17 05:44:32 +04:00 committed by Chris Zankel
parent f6a03a12ec
commit 6aebb64ad4
1 changed files with 2 additions and 2 deletions

View 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