aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ca415089..11ed1028 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,6 +85,10 @@ MAN_SUBDIR = man
85endif 85endif
86endif 86endif
87 87
88if HAVE_ROCKCHIP
89ROCKCHIP_SUBDIR = rockchip
90endif
91
88SUBDIRS = \ 92SUBDIRS = \
89 . \ 93 . \
90 $(LIBKMS_SUBDIR) \ 94 $(LIBKMS_SUBDIR) \
@@ -97,7 +101,8 @@ SUBDIRS = \
97 $(FREEDRENO_SUBDIR) \ 101 $(FREEDRENO_SUBDIR) \
98 $(TEGRA_SUBDIR) \ 102 $(TEGRA_SUBDIR) \
99 tests \ 103 tests \
100 $(MAN_SUBDIR) 104 $(MAN_SUBDIR) \
105 $(ROCKCHIP_SUBDIR)
101 106
102libdrm_la_LTLIBRARIES = libdrm.la 107libdrm_la_LTLIBRARIES = libdrm.la
103libdrm_ladir = $(libdir) 108libdrm_ladir = $(libdir)