aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-footbridge/Makefile
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2021-05-05 11:23:50 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2021-05-05 17:38:49 +0100
commit298a58e165e447ccfaae35fe9f651f9d7e15166f (patch)
tree5aa6a8fe85527be97dcf0872ae05a410bea42bd2 /arch/arm/mach-footbridge/Makefile
parentARM: 9075/1: kernel: Fix interrupted SMC calls (diff)
downloadwireguard-linux-298a58e165e447ccfaae35fe9f651f9d7e15166f.tar.xz
wireguard-linux-298a58e165e447ccfaae35fe9f651f9d7e15166f.zip
ARM: footbridge: remove personal server platform
Remove the personal server platform, as that has had an array overrun issue identified. It is believed that no one is using this code. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/mach-footbridge/Makefile')
-rw-r--r--arch/arm/mach-footbridge/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-footbridge/Makefile b/arch/arm/mach-footbridge/Makefile
index a09f1041f141..6262993c0555 100644
--- a/arch/arm/mach-footbridge/Makefile
+++ b/arch/arm/mach-footbridge/Makefile
@@ -11,12 +11,10 @@ pci-y += dc21285.o
pci-$(CONFIG_ARCH_CATS) += cats-pci.o
pci-$(CONFIG_ARCH_EBSA285_HOST) += ebsa285-pci.o
pci-$(CONFIG_ARCH_NETWINDER) += netwinder-pci.o
-pci-$(CONFIG_ARCH_PERSONAL_SERVER) += personal-pci.o
obj-$(CONFIG_ARCH_CATS) += cats-hw.o isa-timer.o
obj-$(CONFIG_ARCH_EBSA285) += ebsa285.o dc21285-timer.o
obj-$(CONFIG_ARCH_NETWINDER) += netwinder-hw.o isa-timer.o
-obj-$(CONFIG_ARCH_PERSONAL_SERVER) += personal.o dc21285-timer.o
obj-$(CONFIG_PCI) +=$(pci-y)