diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-09-16 21:44:32 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2012-10-03 18:11:08 -0400 |
commit | 6aebb64ad415c7d63ad4db5b401f960fe7b1d972 (patch) | |
tree | 06a70f4b9c4e07cc523f5adfa2d4576d44e35713 /arch/xtensa/platforms | |
parent | f6a03a12ecdbe0dd80a55f6df3b7206c5a403a49 (diff) |
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>
Diffstat (limited to 'arch/xtensa/platforms')
-rw-r--r-- | arch/xtensa/platforms/iss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/xtensa/platforms/iss/Makefile b/arch/xtensa/platforms/iss/Makefile index af96e314d71f..c61dd3961b17 100644 --- a/arch/xtensa/platforms/iss/Makefile +++ b/arch/xtensa/platforms/iss/Makefile | |||
@@ -4,5 +4,5 @@ | |||
4 | # "prom monitor" library routines under Linux. | 4 | # "prom monitor" library routines under Linux. |
5 | # | 5 | # |
6 | 6 | ||
7 | obj-y = io.o console.o setup.o network.o | 7 | obj-y = io.o console.o setup.o |
8 | 8 | obj-$(CONFIG_NET) += network.o | |