mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 15:10:10 +01:00
15 lines
275 B
Makefile
15 lines
275 B
Makefile
|
|
LOCAL_PATH := $(call my-dir)
|
||
|
|
|
||
|
|
include $(CLEAR_VARS)
|
||
|
|
include $(LOCAL_PATH)/Makefile.sources
|
||
|
|
|
||
|
|
LOCAL_SRC_FILES := $(MODETEST_FILES)
|
||
|
|
|
||
|
|
LOCAL_MODULE := modetest
|
||
|
|
|
||
|
|
LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/libdrm
|
||
|
|
|
||
|
|
LOCAL_SHARED_LIBRARIES := libdrm libkms
|
||
|
|
|
||
|
|
include $(BUILD_EXECUTABLE)
|