winsys/nouveau/drm: consolidate C sources list into Makefile.sources
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
committed by
Tom Stellard
parent
0d36f5c3be
commit
5d7690991a
@@ -23,8 +23,8 @@
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
# from Makefile
|
||||
C_SOURCES = nouveau_drm_winsys.c
|
||||
# get C_SOURCES
|
||||
include $(LOCAL_PATH)/Makefile.sources
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
# DEALINGS IN THE SOFTWARE.
|
||||
|
||||
include Makefile.sources
|
||||
include $(top_srcdir)/src/gallium/Automake.inc
|
||||
|
||||
AM_CFLAGS = \
|
||||
@@ -30,4 +31,4 @@ AM_CFLAGS = \
|
||||
|
||||
noinst_LTLIBRARIES = libnouveaudrm.la
|
||||
|
||||
libnouveaudrm_la_SOURCES = nouveau_drm_winsys.c
|
||||
libnouveaudrm_la_SOURCES = $(C_SOURCES)
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
C_SOURCES := \
|
||||
nouveau_drm_winsys.c
|
||||
Reference in New Issue
Block a user