blob: b7d8a1f1d4065c0b2057cd01d8bd3beb0f4735e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = i915
# get C_SOURCES
include Makefile.sources
include ../../Makefile.template
# FIXME: Remove when this driver is converted to automake.
all: default
|