summaryrefslogtreecommitdiffstats
path: root/package/mmc-utils/mmc-utils.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/mmc-utils/mmc-utils.mk')
-rw-r--r--package/mmc-utils/mmc-utils.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/mmc-utils/mmc-utils.mk b/package/mmc-utils/mmc-utils.mk
new file mode 100644
index 0000000000..372d8402af
--- /dev/null
+++ b/package/mmc-utils/mmc-utils.mk
@@ -0,0 +1,19 @@
+################################################################################
+#
+# mmc-utils
+#
+################################################################################
+
+MMC_UTILS_VERSION = 11f2ceabc4ad3f0dd568e0ce68166e4803e0615b
+MMC_UTILS_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
+MMC_UTILS_LICENSE = GPLv2
+
+define MMC_UTILS_BUILD_CMDS
+ $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
+endef
+
+define MMC_UTILS_INSTALL_TARGET_CMDS
+ $(INSTALL) -D -m 0755 $(@D)/mmc $(TARGET_DIR)/usr/bin/mmc
+endef
+
+$(eval $(generic-package))
OpenPOWER on IntegriCloud