mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 12:48:05 +02:00
15 lines
254 B
Text
15 lines
254 B
Text
|
|
cc_library_shared {
|
||
|
|
name: "libdrm_tegra",
|
||
|
|
vendor: true,
|
||
|
|
shared_libs: ["libdrm"],
|
||
|
|
|
||
|
|
srcs: ["tegra.c"],
|
||
|
|
|
||
|
|
cflags: [
|
||
|
|
"-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1",
|
||
|
|
"-Wall",
|
||
|
|
"-Werror",
|
||
|
|
"-Wno-unused-variable",
|
||
|
|
],
|
||
|
|
}
|