Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/conf/files 208946 2010-06-09 12:25:57Z ae $
---
> # $FreeBSD: head/sys/conf/files 209128 2010-06-13 13:02:43Z raj $
57a58,69
> #
> # The 'fdt_dtb_file' target covers an actual DTB file name, which is derived
> # from the specified source (DTS) file: <platform>.dts -> <platform>.dtb
> #
> fdt_dtb_file optional fdt \
> compile-with "if [ -f $S/boot/fdt/dts/${FDT_DTS_FILE} ]; then dtc -O dtb -o `echo ${FDT_DTS_FILE} | cut -d. -f1`.dtb -b 0 -p 1024 $S/boot/fdt/dts/${FDT_DTS_FILE}; fi" \
> no-obj no-implicit-rule before-depend \
> clean "`echo ${FDT_DTS_FILE} | cut -d. -f1`.dtb"
> fdt_static_dtb.h optional fdt fdt_dtb_static \
> compile-with "sh $S/tools/fdt/make_dtbh.sh ${FDT_DTS_FILE} ." \
> no-obj no-implicit-rule before-depend \
> clean "fdt_static_dtb.h"
304a317,322
> contrib/libfdt/fdt.c optional fdt
> contrib/libfdt/fdt_ro.c optional fdt
> contrib/libfdt/fdt_rw.c optional fdt
> contrib/libfdt/fdt_strerror.c optional fdt
> contrib/libfdt/fdt_sw.c optional fdt
> contrib/libfdt/fdt_wip.c optional fdt
963a982,986
> dev/fdt/fdt_common.c optional fdt
> dev/fdt/fdt_pci.c optional fdt pci
> dev/fdt/fdt_static_dtb.S optional fdt fdt_dtb_static
> dev/fdt/fdtbus.c optional fdt
> dev/fdt/simplebus.c optional fdt
1661a1685
> dev/uart/uart_bus_fdt.c optional uart fdt