mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
BOARD: separate miyoo packages + concentrate RetroArch/libretro (#129)
MENU->Target packages ---> Miyoo Packages ---> ...
This commit is contained in:
4
package/miyoo/miyoo-ctl/Config.in
Normal file
4
package/miyoo/miyoo-ctl/Config.in
Normal file
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_MIYOO_CTL
|
||||
bool "miyoo-ctl"
|
||||
help
|
||||
miyoo-ctl
|
||||
13
package/miyoo/miyoo-ctl/miyoo-ctl.mk
Normal file
13
package/miyoo/miyoo-ctl/miyoo-ctl.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
MIYOO_CTL_VERSION = origin/master
|
||||
MIYOO_CTL_SITE_METHOD = git
|
||||
MIYOO_CTL_SITE = https://github.com/MiyooCFW/miyooctl.git
|
||||
|
||||
define MIYOO_CTL_BUILD_CMDS
|
||||
"$(TARGET_CC)" $(@D)/main.c -o $(@D)/miyooctl
|
||||
endef
|
||||
|
||||
define MIYOO_CTL_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/miyooctl $(TARGET_DIR)/usr/bin
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user