diff --git a/techpack/Kbuild b/techpack/Kbuild index 49ca44b5e3bc..037f394ff675 100644 --- a/techpack/Kbuild +++ b/techpack/Kbuild @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only TECHPACK?=y -techpack-dirs := $(shell find $(srctree)/techpack -maxdepth 1 -mindepth 1 -xtype d -not -name ".*") +techpack-dirs := $(shell find $(srctree)/techpack -maxdepth 1 -mindepth 1 -type d -not -name ".*") obj-${TECHPACK} += stub/ $(addsuffix /,$(subst $(srctree)/techpack/,,$(techpack-dirs)))