nouveau: move codegen to a common higher level directory.

This allows it to be built independently of the gallium driver.

Acked-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Yusuf Khan<yusisamerican@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16763>
This commit is contained in:
Dave Airlie 2022-05-28 14:06:24 +10:00 committed by Marge Bot
parent 702fbbdaa3
commit 1f754b7aae
59 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
subdir('codegen')
files_libnouveau = files(
'nouveau_buffer.c',
'nouveau_buffer.h',

View File

@ -21,3 +21,5 @@
if with_tools.contains('drm-shim')
subdir('drm-shim')
endif
subdir('codegen')