mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 02:49:32 +07:00
170b555777
Remove 'clean' target and change TEST_PROGS to TEST_GEN_PROGS so the common lib.mk 'clean' target clean these generated files. TEST_PROGS is for shell scripts and not for generated test executables. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
6 lines
149 B
Makefile
6 lines
149 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
TEST_GEN_PROGS := media_device_test media_device_open video_device_test
|
|
all: $(TEST_GEN_PROGS)
|
|
|
|
include ../lib.mk
|