]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/core/Makefile
drivers: net: vsc9953: Fix bug when PVID is shown for disabled ports only
[people/ms/u-boot.git] / drivers / core / Makefile
CommitLineData
6494d708
SG
1#
2# Copyright (c) 2013 Google, Inc
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
e2282d70
MY
7obj-y += device.o lists.o root.o uclass.o util.o
8obj-$(CONFIG_DEVRES) += devres.o
0a5804b5 9obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE) += device-remove.o
628d792c 10obj-$(CONFIG_$(SPL_)SIMPLE_BUS) += simple-bus.o
304fbef1 11obj-$(CONFIG_DM) += dump.o
41c7f664 12obj-$(CONFIG_$(SPL_)REGMAP) += regmap.o
13obj-$(CONFIG_$(SPL_)SYSCON) += syscon-uclass.o