What about...

> diff --git a/rules/cross-dummy-strip.in b/rules/cross-dummy-strip.in
> new file mode 100644
> index 0000000..9cd921a
> --- /dev/null
> +++ b/rules/cross-dummy-strip.in
> @@ -0,0 +1,5 @@
> +## SECTION=crosstools
> +
> +config CROSS_DUMMY_STRIP
> +     bool
> +     default y

...dropping this entirely and...


> diff --git a/rules/cross-dummy-strip.make b/rules/cross-dummy-strip.make
> new file mode 100644
> index 0000000..ca8feab
> --- /dev/null
> +++ b/rules/cross-dummy-strip.make
> @@ -0,0 +1,33 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2009 by Wolfram Sang <w.s...@pengutronix.de>
> +#
> +# 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
> +#
> +CROSS_PACKAGES-$(PTXCONF_CROSS_DUMMY_STRIP) += cross-dummy-strip

...simply using 'CROSS_PACKAGES-y' here? Looks better to me.

Regards,

   Wolfram

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

Attachment: signature.asc
Description: Digital signature

--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to