nouveau: Move codegen back to the src/gallium/drivers/nouveau
Reviewed-by: Lorenzo Rossi <snowycoder@gmail.com> Acked-by: Karol Herbst <kherbst@redhat.com> Reviewed-by: Mel Henning <mhenning@darkrefraction.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30403>
This commit is contained in:
committed by
Marge Bot
parent
ac45243ec1
commit
9924ad4e8b
@@ -1,6 +1,8 @@
|
||||
# Copyright © 2017 Dylan Baker
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
subdir('codegen')
|
||||
|
||||
files_libnouveau = files(
|
||||
'nouveau_buffer.c',
|
||||
'nouveau_buffer.h',
|
||||
|
||||
@@ -13,7 +13,6 @@ if with_tools.contains('drm-shim')
|
||||
subdir('drm-shim')
|
||||
endif
|
||||
|
||||
subdir('codegen')
|
||||
if with_nouveau_vk
|
||||
subdir('mme')
|
||||
subdir('vulkan')
|
||||
|
||||
Reference in New Issue
Block a user