realtek-doc/rtk-sdk/dms-1250/rtk/build/Makefile.rtsdk
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

28 lines
581 B
Text

#
# Copyright (C) 2019 Realtek Semiconductor Corp.
#
# Makefile for SDK - arch-B lib
#
SDK_TOP_DIR := ../../..
#
# include makefile
#
include $(SDK_TOP_DIR)/sdk/build/Makefile.rtcore
include $(SDK_TOP_DIR)/sdk/build/Makefile.rtk
include $(SDK_TOP_DIR)/sdk/build/Makefile.phy
include $(SDK_TOP_DIR)/sdk/build/Makefile.diag
include $(SDK_TOP_DIR)/sdk/build/Makefile.rtnic
#
# object
#
RTK_ALL_OBJ := $(addprefix sdk/src/,$(RTK_ALL_OBJ))
PHY_OBJ := $(addprefix sdk/src/,$(PHY_OBJ))
arch_B_lib := $(RTCORE_OBJ) $(RTK_ALL_OBJ) $(PHY_OBJ) $(NIC_ALL_OBJ) $(DIAG_OBJ)