mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 10:10:12 +01:00
Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
12 lines
218 B
Makefile
12 lines
218 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
include $(LOCAL_PATH)/Makefile.sources
|
|
|
|
LOCAL_SRC_FILES := $(MODETEST_FILES)
|
|
|
|
LOCAL_MODULE := modetest
|
|
|
|
LOCAL_SHARED_LIBRARIES := libdrm
|
|
|
|
include $(BUILD_EXECUTABLE)
|