Blame data/Makefile.am

Packit 631bab
#  Copyright © 2017 Advanced Micro Devices, Inc.
Packit 631bab
#  All Rights Reserved.
Packit 631bab
#
Packit 631bab
#  Permission is hereby granted, free of charge, to any person obtaining a
Packit 631bab
#  copy of this software and associated documentation files (the "Software"),
Packit 631bab
#  to deal in the Software without restriction, including without limitation
Packit 631bab
#  on the rights to use, copy, modify, merge, publish, distribute, sub
Packit 631bab
#  license, and/or sell copies of the Software, and to permit persons to whom
Packit 631bab
#  the Software is furnished to do so, subject to the following conditions:
Packit 631bab
#
Packit 631bab
#  The above copyright notice and this permission notice (including the next
Packit 631bab
#  paragraph) shall be included in all copies or substantial portions of the
Packit 631bab
#  Software.
Packit 631bab
#
Packit 631bab
#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit 631bab
#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit 631bab
#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
Packit 631bab
#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
Packit 631bab
#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
Packit 631bab
#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Packit 631bab
Packit 631bab
libdrmdatadir = @libdrmdatadir@
Packit 631bab
if HAVE_AMDGPU
Packit 631bab
dist_libdrmdata_DATA = amdgpu.ids
Packit 631bab
endif