2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-07-14 22:13:23 -07:00
|
|
|
#
|
|
|
|
|
# Makefile for the Intel XScale IXP device drivers.
|
|
|
|
|
#
|
|
|
|
|
|
2021-08-28 19:15:44 +02:00
|
|
|
# Keep this link order to avoid deferred probing
|
|
|
|
|
ifdef CONFIG_PTP_1588_CLOCK_IXP46X
|
|
|
|
|
obj-$(CONFIG_IXP4XX_ETH) += ptp_ixp46x.o
|
|
|
|
|
endif
|
|
|
|
|
|
2020-01-12 13:04:44 +01:00
|
|
|
obj-$(CONFIG_IXP4XX_ETH) += ixp4xx_eth.o
|