diff options
author | Bjorn Andersson <andersson@kernel.org> | 2023-08-03 18:27:23 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-08-03 18:27:23 +0200 |
commit | f2326eacfc5ad2a46bc29d0e24c9c606264a582c (patch) | |
tree | d07486ed29986ea8bce2461f4a665bbf58e23f37 /drivers/soc/apple/Makefile | |
parent | soc: qcom: qmi_encdec: Restrict string length in decode (diff) | |
parent | genpd: Makefile: build imx (diff) | |
download | linux-f2326eacfc5ad2a46bc29d0e24c9c606264a582c.tar.xz linux-f2326eacfc5ad2a46bc29d0e24c9c606264a582c.zip |
Merge branch 'genpd_create_dir' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm into drivers-for-6.6
Merge the topic branch that introduces the genpd subsystem into the
Qualcomm soc driver tree, in order to deal with patches landed in the
Qualcomm rpmhpd driver already in this cycle.
Diffstat (limited to 'drivers/soc/apple/Makefile')
-rw-r--r-- | drivers/soc/apple/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/soc/apple/Makefile b/drivers/soc/apple/Makefile index e293770cf66d..b241e6a65e5b 100644 --- a/drivers/soc/apple/Makefile +++ b/drivers/soc/apple/Makefile @@ -1,6 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -obj-$(CONFIG_APPLE_PMGR_PWRSTATE) += apple-pmgr-pwrstate.o - obj-$(CONFIG_APPLE_RTKIT) += apple-rtkit.o apple-rtkit-y = rtkit.o rtkit-crashlog.o |