blob: 1adffbbfe17cf6e7c6c1b2a9d9ef468fa19c9dbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = i915simple
DRIVER_SOURCES = \
i915_blit.c \
i915_buffer.c \
i915_clear.c \
i915_flush.c \
i915_context.c \
i915_context.c \
i915_debug.c \
i915_debug_fp.c \
i915_regions.c \
i915_state.c \
i915_state_immediate.c \
i915_state_derived.c \
i915_state_emit.c \
i915_state_fragprog.c \
i915_prim_emit.c \
i915_surface.c
C_SOURCES = \
$(COMMON_SOURCES) \
$(DRIVER_SOURCES)
ASM_SOURCES =
include ../Makefile.template
symlinks:
|