Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 07:49:31 -0700
From:      Warner Losh <imp@bsdimp.com>
To:        Ian Lepore <ian@FreeBSD.org>
Cc:        freebsd-arm <freebsd-arm@FreeBSD.org>
Subject:   Re: static dtb build dependency
Message-ID:  <EAF25B09-B5AB-4F77-957B-06D8162AC0FE@bsdimp.com>
In-Reply-To: <1360119352.93359.547.camel@revolution.hippie.lan>
References:  <1360119352.93359.547.camel@revolution.hippie.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
Looks good to me.

Warner

On Feb 5, 2013, at 7:55 PM, Ian Lepore wrote:

> I keep getting burned with option FDT_DTB_STATIC and changes not getting
> compiled in after I edit the .dts source.  The attached patch seems to
> fix it for me, but is it the right way to fix it?
> 
> -- Ian
> 
> Index: sys/conf/files
> ===================================================================
> --- sys/conf/files	(revision 246337)
> +++ sys/conf/files	(working copy)
> @@ -1293,7 +1293,8 @@
> dev/fdt/fdt_common.c		optional fdt
> dev/fdt/fdt_pci.c		optional fdt pci
> dev/fdt/fdt_slicer.c		optional fdt cfi | fdt nand
> -dev/fdt/fdt_static_dtb.S	optional fdt fdt_dtb_static
> +dev/fdt/fdt_static_dtb.S	optional fdt fdt_dtb_static \
> +	dependency	"$S/boot/fdt/dts/${FDT_DTS_FILE}"
> dev/fdt/fdtbus.c		optional fdt
> dev/fdt/simplebus.c		optional fdt
> dev/fe/if_fe.c			optional fe
> _______________________________________________
> freebsd-arm@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EAF25B09-B5AB-4F77-957B-06D8162AC0FE>