diff options
author | raj <raj@FreeBSD.org> | 2010-05-25 15:12:21 +0000 |
---|---|---|
committer | raj <raj@FreeBSD.org> | 2010-05-25 15:12:21 +0000 |
commit | 08c219d72b905839e115a4a5bbea2f884fbfa970 (patch) | |
tree | 337ce3b203b6619328db0ac41ca74150f12ca7a6 /tools/build | |
parent | aa901e65a10a7edc101824b801707b72c97a506e (diff) | |
download | FreeBSD-src-08c219d72b905839e115a4a5bbea2f884fbfa970.zip FreeBSD-src-08c219d72b905839e115a4a5bbea2f884fbfa970.tar.gz |
Introduce a new build knob for Flattened Device Tree support.
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/options/WITH_FDT | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/options/WITH_FDT b/tools/build/options/WITH_FDT new file mode 100644 index 0000000..5abb4e8 --- /dev/null +++ b/tools/build/options/WITH_FDT @@ -0,0 +1,3 @@ +.\" $FreeBSD$ +Set to build Flattened Device Tree support as part of the base system. This +includes the device tree compiler (dtc) and libfdt support library. |