mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
2de4752d69
Commit 'ARM: zynq: Remove hotplug.c'
(caf86a73ea
) was supposed to remove
hotplug.c - but it didn't. It moved all content from
hotplug.c elsewhere and removed its entry from the Makefile, but missed
to actually remove the whole file. Remove it now.
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
8 lines
130 B
Makefile
8 lines
130 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Common support
|
|
obj-y := common.o slcr.o pm.o
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|