diff options
author | Helge Deller <deller@gmx.de> | 2015-02-16 16:18:24 -0500 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2015-02-16 16:35:03 -0500 |
commit | e28f295e230b430495a8e6d60e2fb23d95910434 (patch) | |
tree | 6179722cc23d9a8e4067aac9feb1b00b0b6a9fe9 /arch/parisc | |
parent | 04c1614977168fb8f002e2d81f704eeabe0c5ebd (diff) |
parisc: hpux - Do not compile hpux subdirectory
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index 5db8882f732c..91fbb6ee702c 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile | |||
@@ -84,7 +84,6 @@ head-y := arch/parisc/kernel/head.o | |||
84 | KBUILD_CFLAGS += $(cflags-y) | 84 | KBUILD_CFLAGS += $(cflags-y) |
85 | 85 | ||
86 | kernel-y := mm/ kernel/ math-emu/ | 86 | kernel-y := mm/ kernel/ math-emu/ |
87 | kernel-$(CONFIG_HPUX) += hpux/ | ||
88 | 87 | ||
89 | core-y += $(addprefix arch/parisc/, $(kernel-y)) | 88 | core-y += $(addprefix arch/parisc/, $(kernel-y)) |
90 | libs-y += arch/parisc/lib/ $(LIBGCC) | 89 | libs-y += arch/parisc/lib/ $(LIBGCC) |