7 lines
161 B
Makefile
7 lines
161 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
CFLAGS += -I../ $(KHDR_INCLUDES)
|
|
TEST_GEN_PROGS := media_device_test media_device_open video_device_test
|
|
|
|
include ../lib.mk
|