[no ci] Sigmastar: simplify motors makefile

pull/1239/head
Viktor 2024-01-06 23:43:50 +01:00
parent da395d9712
commit 825f2f3915
1 changed files with 2 additions and 11 deletions

View File

@ -4,16 +4,7 @@
#
################################################################################
define SIGMASTAR_MOTORS_EXTRACT_CMDS
cp -r $(SIGMASTAR_MOTORS_PKGDIR)/src/* $(@D)
endef
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
SIGMASTAR_MOTORS_SITE_METHOD = local
SIGMASTAR_MOTORS_SITE = $(SIGMASTAR_MOTORS_PKGDIR)/src
$(eval $(generic-package))