mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
package/am335x-pru-package: rename variable
We use package names as poor-man's namespace, so fix that. Reported by utils/check-package. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d9f771b902
commit
276ab13654
@ -13,14 +13,14 @@ AM335X_PRU_PACKAGE_INSTALL_STAGING = YES
|
|||||||
|
|
||||||
# The default 'all' rule builds everything, when we just need the library
|
# The default 'all' rule builds everything, when we just need the library
|
||||||
ifeq ($(BR2_ENABLE_DEBUG),y)
|
ifeq ($(BR2_ENABLE_DEBUG),y)
|
||||||
AM335X_MAKE_TARGET = debug $(if $(BR2_STATIC_LIBS),,sodebug)
|
AM335X_PRU_PACKAGE_MAKE_TARGET = debug $(if $(BR2_STATIC_LIBS),,sodebug)
|
||||||
else
|
else
|
||||||
AM335X_MAKE_TARGET = release $(if $(BR2_STATIC_LIBS),,sorelease)
|
AM335X_PRU_PACKAGE_MAKE_TARGET = release $(if $(BR2_STATIC_LIBS),,sorelease)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define AM335X_PRU_PACKAGE_BUILD_CMDS
|
define AM335X_PRU_PACKAGE_BUILD_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) CROSS_COMPILE="$(TARGET_CROSS)" \
|
$(TARGET_MAKE_ENV) $(MAKE) CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
-C $(@D)/pru_sw/app_loader/interface $(AM335X_MAKE_TARGET)
|
-C $(@D)/pru_sw/app_loader/interface $(AM335X_PRU_PACKAGE_MAKE_TARGET)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# 'install' installs whatever was built, and our patch removes the dependency
|
# 'install' installs whatever was built, and our patch removes the dependency
|
||||||
|
Loading…
x
Reference in New Issue
Block a user