[Buildroot] svn commit: trunk/buildroot

Ulf Samuelsson ulf.samuelsson at atmel.com
Tue Mar 4 12:30:43 UTC 2008


> 
> Log:
> buildroot: add kernel-headers to base targets so it gets handled by external-deps
> 
> 
> 


Did you test this using an external toolchain
so you do not get any problems with buildroot overwriting toolchain etc.

Best Regards
Ulf Samuelsson

> Modified:
>   trunk/buildroot/Makefile
> 
> 
> Changeset:
> Modified: trunk/buildroot/Makefile
> ===================================================================
> --- trunk/buildroot/Makefile 2008-03-04 12:19:16 UTC (rev 21162)
> +++ trunk/buildroot/Makefile 2008-03-04 12:19:19 UTC (rev 21163)
> @@ -187,7 +187,7 @@
> #
> ##############################################################
> ifeq ($(BR2_TOOLCHAIN_SOURCE),y)
> -BASE_TARGETS:=uclibc-configured binutils cross_compiler uclibc-target-utils
> +BASE_TARGETS:=uclibc-configured binutils cross_compiler uclibc-target-utils kernel-headers
> else
> BASE_TARGETS:=uclibc
> endif
> 
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>



More information about the buildroot mailing list