mirror of https://github.com/OpenIPC/firmware.git
[no ci] Sigmastar: simplify motors makefile
parent
da395d9712
commit
825f2f3915
|
@ -4,16 +4,7 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
define SIGMASTAR_MOTORS_EXTRACT_CMDS
|
SIGMASTAR_MOTORS_SITE_METHOD = local
|
||||||
cp -r $(SIGMASTAR_MOTORS_PKGDIR)/src/* $(@D)
|
SIGMASTAR_MOTORS_SITE = $(SIGMASTAR_MOTORS_PKGDIR)/src
|
||||||
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
|
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
|
|
Loading…
Reference in New Issue