From: Rob Clark Date: Sun, 2 Aug 2020 18:35:48 +0000 (-0700) Subject: freedreno/registers: split header build into subdirs X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=62ebd342e67fc0c12b181f91a488fa7a834fff6c;hp=62ebd342e67fc0c12b181f91a488fa7a834fff6c;ds=sidebyside freedreno/registers: split header build into subdirs Instead of building the adreno/foo.xml headers from the toplevel, split out a subdir(). This fits better with how meson likes things to be structured. But it does require fixing a bit about how gen_header.py resolves imports, ie. it cannot assume the src file is at the root of the $RNN_PATH. This is needed for the next patch, to add support for installing the register database for use with installed tools. Signed-off-by: Rob Clark Part-of: ---