vfs: check userland buffers before reading them.
[haiku.git] / src / data / dts / arch / arm / Jamfile
blobe21795dd05b4d17a03113bfdadf08c4fb2fd4a3e
1 SubDir HAIKU_TOP src data dts arch arm ;
3 # Our packaged device trees for this architecture
4 local target_boards = rpi2 boneblack verdex omap3-overo-tobi omap3-beagle-xm ;
5 TARGET_DEVICE_TREES = ;
7 for device in $(target_boards) {
8         CompileDTS $(device).dtb : [ FDirName $(HAIKU_TOP) src data dts arch $(TARGET_ARCH) $(device).dts ] ;
9         TARGET_DEVICE_TREES += $(device).dtb ;