summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/tegra/Automake.inc
blob: f65281916245564d880486e2eb82876a18d73f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
if HAVE_GALLIUM_TEGRA

TARGET_DRIVERS += tegra
TARGET_CPPFLAGS += -DGALLIUM_TEGRA
TARGET_LIB_DEPS += \
	$(top_builddir)/src/gallium/winsys/tegra/drm/libtegradrm.la \
	$(top_builddir)/src/gallium/drivers/tegra/libtegra.la \
	$(LIBDRM_LIBS) \
	$(TEGRA_LIBS)

endif