selftests: media_tests: Fix incorrect kernel headers search path
[platform/kernel/linux-starfive.git] / tools / testing / selftests / media_tests / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 CFLAGS += -I../ $(KHDR_INCLUDES)
4 TEST_GEN_PROGS := media_device_test media_device_open video_device_test
5
6 include ../lib.mk