Add files via upload

pull/431/head
JohhnGoblin 2025-01-05 01:11:14 -06:00 committed by GitHub
parent 42bcddcaae
commit 2a8dc39191
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
################################################################################
#
# rcjoystick
#
################################################################################
RCJOYSTICK_LICENSE = GPL-2.0
define RCJOYSTICK_EXTRACT_CMDS
cp -avr ../general/package/rcjoystick/src/* $(@D)/
endef
RCJOYSTICK_MAKE_OPTS = \
CC="$(TARGET_CC)"
define RCJOYSTICK_BUILD_CMDS
$(MAKE) $(RCJOYSTICK_MAKE_OPTS) -C $(@D)
endef
define RCJOYSTICK_INSTALL_TARGET_CMDS
install -m 0755 -D $(@D)/rcjoystick $(TARGET_DIR)/usr/bin/rcjoystick
endef
$(eval $(generic-package))