mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
android: add CPP_SOURCES for nv50/nvc0
This commit is contained in:
parent
917b8e3814
commit
ad156efe39
2 changed files with 4 additions and 4 deletions
|
|
@ -23,12 +23,12 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
# get C_SOURCES
|
||||
# get C_SOURCES and CPP_SOURCES
|
||||
include $(LOCAL_PATH)/Makefile.sources
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES := $(C_SOURCES)
|
||||
LOCAL_SRC_FILES := $(C_SOURCES) $(CPP_SOURCES)
|
||||
LOCAL_C_INCLUDES := $(DRM_TOP)
|
||||
|
||||
LOCAL_MODULE := libmesa_pipe_nv50
|
||||
|
|
|
|||
|
|
@ -23,12 +23,12 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
# get C_SOURCES
|
||||
# get C_SOURCES and CPP_SOURCES
|
||||
include $(LOCAL_PATH)/Makefile.sources
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES := $(C_SOURCES)
|
||||
LOCAL_SRC_FILES := $(C_SOURCES) $(CPP_SOURCES)
|
||||
LOCAL_C_INCLUDES := $(DRM_TOP)
|
||||
|
||||
LOCAL_MODULE := libmesa_pipe_nvc0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue