Revert "rockchip: theobroma-systems: use HAVE_VENDOR_COMMON_LIB to simplify Makefile"
This reverts commit 8ef075fbc4.
This commit is contained in:
@@ -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
|
|
||||||
@@ -5,3 +5,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
obj-y += jaguar_rk3588.o
|
obj-y += jaguar_rk3588.o
|
||||||
|
ifneq ($(CONFIG_XPL_BUILD),y)
|
||||||
|
obj-y += ../common/common.o
|
||||||
|
endif
|
||||||
|
|||||||
@@ -5,3 +5,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
obj-y += puma-rk3399.o
|
obj-y += puma-rk3399.o
|
||||||
|
ifneq ($(CONFIG_XPL_BUILD),y)
|
||||||
|
obj-y += ../common/common.o
|
||||||
|
endif
|
||||||
|
|||||||
@@ -5,3 +5,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
obj-y += ringneck-px30.o
|
obj-y += ringneck-px30.o
|
||||||
|
ifneq ($(CONFIG_XPL_BUILD),y)
|
||||||
|
obj-y += ../common/common.o
|
||||||
|
endif
|
||||||
|
|||||||
@@ -5,3 +5,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
obj-y += tiger_rk3588.o
|
obj-y += tiger_rk3588.o
|
||||||
|
ifneq ($(CONFIG_XPL_BUILD),y)
|
||||||
|
obj-y += ../common/common.o
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user