From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude.hi.pengutronix.de ([2001:6f8:1178:2:a236:9fff:fe00:814]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WycOo-0003R7-RB for ptxdist@pengutronix.de; Sun, 22 Jun 2014 09:41:14 +0200 Received: from mgr by dude.hi.pengutronix.de with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1WycOo-0007TC-QC for ptxdist@pengutronix.de; Sun, 22 Jun 2014 09:41:14 +0200 From: Michael Grzeschik Date: Sun, 22 Jun 2014 09:41:08 +0200 Message-Id: <1403422869-13390-2-git-send-email-m.grzeschik@pengutronix.de> In-Reply-To: <1403422869-13390-1-git-send-email-m.grzeschik@pengutronix.de> References: <1403422869-13390-1-git-send-email-m.grzeschik@pengutronix.de> Subject: [ptxdist] [PATCH 2/3] host-libusb-compat: add new package Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Michael Grzeschik --- rules/host-libusb-compat.in | 6 ++++++ rules/host-libusb-compat.make | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 rules/host-libusb-compat.in create mode 100644 rules/host-libusb-compat.make diff --git a/rules/host-libusb-compat.in b/rules/host-libusb-compat.in new file mode 100644 index 0000000..db16857 --- /dev/null +++ b/rules/host-libusb-compat.in @@ -0,0 +1,6 @@ +## SECTION=hosttools_noprompt +## SECTION=hosttools_platform + +config HOST_LIBUSB_COMPAT + tristate + default ALLYES diff --git a/rules/host-libusb-compat.make b/rules/host-libusb-compat.make new file mode 100644 index 0000000..bba09f3 --- /dev/null +++ b/rules/host-libusb-compat.make @@ -0,0 +1,16 @@ +# -*-makefile-*- +# +# Copyright (C) 2014 by Michael Grzeschik +# +# See CREDITS for details about who has contributed to this project. +# +# For further information about the PTXdist project and license conditions +# see the README file. +# + +# +# We provide this package +# +HOST_PACKAGES-$(PTXCONF_HOST_LIBUSB_COMPAT) += host-libusb-compat + +# vim: syntax=make -- 2.0.0 -- ptxdist mailing list ptxdist@pengutronix.de