xref: /linux/drivers/net/ethernet/wangxun/libwx/Makefile (revision 184e56e77c06a7eef68a021e9d4b11a11a8ab096)
1# SPDX-License-Identifier: GPL-2.0
2# Copyright (c) 2015 - 2022 Beijing WangXun Technology Co., Ltd.
3#
4
5obj-$(CONFIG_LIBWX) += libwx.o
6
7libwx-objs := wx_hw.o wx_lib.o wx_ethtool.o wx_ptp.o
8