Revert "rockchip: theobroma-systems: use HAVE_VENDOR_COMMON_LIB to simplify Makefile"

This reverts commit 8ef075fbc4.
This commit is contained in:
Simon Glass
2025-05-26 16:57:39 +01:00
parent a1732401c6
commit b77b6cba52
5 changed files with 12 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
#
# Copyright (c) 2025 Cherry Embedded Solutions GmbH
#
# SPDX-License-Identifier: GPL-2.0+
#
ifneq ($(CONFIG_XPL_BUILD),y)
obj-y += common.o
endif

View File

@@ -5,3 +5,6 @@
#
obj-y += jaguar_rk3588.o
ifneq ($(CONFIG_XPL_BUILD),y)
obj-y += ../common/common.o
endif

View File

@@ -5,3 +5,6 @@
#
obj-y += puma-rk3399.o
ifneq ($(CONFIG_XPL_BUILD),y)
obj-y += ../common/common.o
endif

View File

@@ -5,3 +5,6 @@
#
obj-y += ringneck-px30.o
ifneq ($(CONFIG_XPL_BUILD),y)
obj-y += ../common/common.o
endif

View File

@@ -5,3 +5,6 @@
#
obj-y += tiger_rk3588.o
ifneq ($(CONFIG_XPL_BUILD),y)
obj-y += ../common/common.o
endif