9 lines
267 B
Makefile
9 lines
267 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2021 - 2023, Shanghai Yunsilicon Technology Co., Ltd.
|
|
# All rights reserved.
|
|
# Makefile for the Yunsilicon device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_YUNSILICON_XSC_ETH) += xsc/net/
|
|
obj-$(CONFIG_YUNSILICON_XSC_PCI) += xsc/pci/
|