[no ci] Update sigmastar-motors.mk

pull/1240/head
viktorxda 2024-01-08 08:46:18 +01:00 committed by GitHub
parent d01a2c2711
commit 67ade79f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -7,4 +7,12 @@
SIGMASTAR_MOTORS_SITE_METHOD = local
SIGMASTAR_MOTORS_SITE = $(SIGMASTAR_MOTORS_PKGDIR)/src
define SIGMASTAR_MOTORS_BUILD_CMDS
$(MAKE) CC=$(TARGET_CC) -C $(@D)
endef
define SIGMASTAR_MOTORS_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/bin $(@D)/output/*
endef
$(eval $(generic-package))