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/sunxi/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/sunxi/Makefile')
-rw-r--r-- | drivers/soc/sunxi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/sunxi/Makefile b/drivers/soc/sunxi/Makefile index 90ff2ebe7655..549159571d4f 100644 --- a/drivers/soc/sunxi/Makefile +++ b/drivers/soc/sunxi/Makefile @@ -1,4 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_SUNXI_MBUS) += sunxi_mbus.o obj-$(CONFIG_SUNXI_SRAM) += sunxi_sram.o -obj-$(CONFIG_SUN20I_PPU) += sun20i-ppu.o |