Fix GN build by removing unnecessary files
authorCharles Giessen <charles@lunarg.com>
Fri, 24 May 2024 05:05:21 +0000 (00:05 -0500)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Thu, 23 May 2024 23:20:13 +0000 (00:20 +0100)
commitd3d530c90dd6549bcfc7cfaedd3ff85fe8ff04a2
treec8b6de3250aefbea715b4991e66eb724b382da59
parent55c3d78e1621f38d1370583e2a8b29ee1f6123e3
Fix GN build by removing unnecessary files

The phys_dev_ext.c and dev_ext_trampoline.c are only needed when compiling
assembly support for unknown functions in, which is not the case for the GN
builds. Doing that causes linker failues which are resolved with this fix.
BUILD.gn