summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c0c2bb0..e4d7acb 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ clean:
info/features.h: include/hw/common.xml.h
{ \
- for n in chipFeatures chipMinorFeatures0 chipMinorFeatures1 chipMinorFeatures2 chipMinorFeatures3 chipMinorFeatures4; do \
+ for n in chipFeatures chipMinorFeatures0 chipMinorFeatures1 chipMinorFeatures2 chipMinorFeatures3 chipMinorFeatures4 chipMinorFeatures5; do \
echo "static struct feature vivante_$${n}[] __maybe_unused = {"; \
echo "#define FEATURE(x) { $${n}_##x, #x }"; \
sed -n "s/#define $${n}_\([^[:space:]]*\).*/\tFEATURE(\1),/p" $<; \
@@ -67,4 +67,4 @@ LDLIBS_viv_info :=$(libdrm_ldflags)
info/viv_info: info/viv_info.o
CFLAGS_viv_info.o :=$(libdrm_cflags)
-info/viv_info.o: info/viv_info.c info/features.h
+info/viv_info.o: info/viv_info.c info/features.h include/etnaviv_drm.h