diff options
Diffstat (limited to 'drivers/soc/xilinx/Makefile')
| -rw-r--r-- | drivers/soc/xilinx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/soc/xilinx/Makefile b/drivers/soc/xilinx/Makefile index dee8fd51e303..33d94395fd87 100644 --- a/drivers/soc/xilinx/Makefile +++ b/drivers/soc/xilinx/Makefile @@ -1,2 +1,3 @@ # SPDX-License-Identifier: GPL-2.0 -obj-$(CONFIG_XILINX_VCU) += xlnx_vcu.o +obj-$(CONFIG_ZYNQMP_POWER) += zynqmp_power.o +obj-$(CONFIG_XLNX_EVENT_MANAGER) += xlnx_event_manager.o |
