realtek-doc/rtk-sdk/dms-1250/rtk/build/Makefile.custPhy4
Markus Stockhausen 21e259eea2 add D-Link DMS-1250 GPL
it even contains the modern RTL8224 sources

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
2025-04-27 13:49:04 -04:00

25 lines
339 B
Text

#
# Copyright (C) 2016 Realtek Semiconductor Corp.
#
# Makefile for PHY
#
#
# include configuration file
#
ifeq ($(SDK_CONFIG), $(wildcard $(SDK_CONFIG)))
include $(SDK_CONFIG)
endif
CUST4_PHY_DIR :=
CUST4_PHY_OBJ :=
ifeq ($(CONFIG_SDK_PHY_CUST4),y)
CUST_PHY += $(CUST4_PHY_OBJ)
CUST_PHY_CFLAGS += -I$(CUST4_PHY_DIR)
endif