isl: automake: don't include isl_format_layout.c in two lists.
[mesa.git] / src / intel / isl / Makefile.sources
1 ISL_FILES = \
2 isl.c \
3 isl.h \
4 isl_format.c \
5 isl_gen4.c \
6 isl_gen4.h \
7 isl_gen6.c \
8 isl_gen6.h \
9 isl_priv.h \
10 isl_storage_image.c
11
12 ISL_GEN7_FILES = \
13 isl_gen7.c \
14 isl_gen7.h \
15 isl_surface_state.c
16
17 ISL_GEN75_FILES = \
18 isl_surface_state.c
19
20 ISL_GEN8_FILES = \
21 isl_gen8.c \
22 isl_gen8.h \
23 isl_surface_state.c
24
25 ISL_GEN9_FILES = \
26 isl_gen9.c \
27 isl_gen9.h \
28 isl_surface_state.c
29
30 ISL_GENERATED_FILES = \
31 isl_format_layout.c