summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/Makefile
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-08-12 22:47:48 +0200
committerHelge Deller <deller@gmx.de>2023-08-20 20:23:46 +0200
commit390a2086a4c6a325d9cc4e3e22b68b440a08cd9f (patch)
tree2aa71c840b15b6f6db2cd1800445bc1b9c951688 /arch/parisc/kernel/Makefile
parente71d47dc2a6c9a1ec83f015c7c3dd87b635ffcda (diff)
parisc: Drop the pa7300lc LPMC handler
This was actually never really used, and the info it prints won't help. Drop it. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/Makefile')
-rw-r--r--arch/parisc/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/Makefile b/arch/parisc/kernel/Makefile
index 2d1478fc4aa5..5ab0467be70a 100644
--- a/arch/parisc/kernel/Makefile
+++ b/arch/parisc/kernel/Makefile
@@ -6,7 +6,7 @@
extra-y := vmlinux.lds
obj-y := head.o cache.o pacache.o setup.o pdt.o traps.o time.o irq.o \
- pa7300lc.o syscall.o entry.o sys_parisc.o firmware.o \
+ syscall.o entry.o sys_parisc.o firmware.o \
ptrace.o hardware.o inventory.o drivers.o alternative.o \
signal.o hpmc.o real2.o parisc_ksyms.o unaligned.o \
process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \