summaryrefslogtreecommitdiffstats
path: root/package/raspberrypi-usbboot/raspberrypi-usbboot.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/raspberrypi-usbboot/raspberrypi-usbboot.mk')
-rw-r--r--package/raspberrypi-usbboot/raspberrypi-usbboot.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/raspberrypi-usbboot/raspberrypi-usbboot.mk b/package/raspberrypi-usbboot/raspberrypi-usbboot.mk
deleted file mode 100644
index 7018617906..0000000000
--- a/package/raspberrypi-usbboot/raspberrypi-usbboot.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-################################################################################
-#
-# raspberrypi-usbboot
-#
-################################################################################
-
-RASPBERRYPI_USBBOOT_VERSION = f4e3f0f9a3c64d846ba53ec3367e33a4f9a7d051
-RASPBERRYPI_USBBOOT_SITE = $(call github,raspberrypi,usbboot,$(RASPBERRYPI_USBBOOT_VERSION))
-
-HOST_RASPBERRYPI_USBBOOT_DEPENDENCIES = host-libusb
-
-define HOST_RASPBERRYPI_USBBOOT_BUILD_CMDS
- $(HOST_MAKE_ENV) $(MAKE) $(HOST_CONFIGURE_OPTS) -C $(@D)
-endef
-
-define HOST_RASPBERRYPI_USBBOOT_INSTALL_CMDS
- $(HOST_MAKE_ENV) $(MAKE) $(HOST_CONFIGURE_OPTS) -C $(@D) \
- DESTDIR=$(HOST_DIR) install
-endef
-
-$(eval $(host-generic-package))
OpenPOWER on IntegriCloud