diff options
author | Helge Deller <deller@gmx.de> | 2015-02-16 22:18:24 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2015-02-16 22:35:03 +0100 |
commit | e28f295e230b430495a8e6d60e2fb23d95910434 (patch) | |
tree | 6179722cc23d9a8e4067aac9feb1b00b0b6a9fe9 /arch | |
parent | 04c1614977168fb8f002e2d81f704eeabe0c5ebd (diff) | |
download | linux-exynos-e28f295e230b430495a8e6d60e2fb23d95910434.tar.gz linux-exynos-e28f295e230b430495a8e6d60e2fb23d95910434.tar.bz2 linux-exynos-e28f295e230b430495a8e6d60e2fb23d95910434.zip |
parisc: hpux - Do not compile hpux subdirectory
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch')
-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 KBUILD_CFLAGS += $(cflags-y) kernel-y := mm/ kernel/ math-emu/ -kernel-$(CONFIG_HPUX) += hpux/ core-y += $(addprefix arch/parisc/, $(kernel-y)) libs-y += arch/parisc/lib/ $(LIBGCC) |