]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
platform/x86/intel: int33fe: Use y instead of objs in Makefile
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 6 Aug 2021 15:49:41 +0000 (18:49 +0300)
committerHans de Goede <hdegoede@redhat.com>
Thu, 12 Aug 2021 07:26:28 +0000 (09:26 +0200)
The 'objs' is for user space tools, for the kernel modules
we should use 'y'.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210806154941.4491-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/intel/int33fe/Makefile

index cc11183ce179309d3eb8226bd8eb38253c2a169c..9456e3b37f6f1b5ed78f25d6fea01991f6c46c3c 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0-only
 obj-$(CONFIG_INTEL_CHT_INT33FE)                += intel_cht_int33fe.o
-intel_cht_int33fe-objs                 := intel_cht_int33fe_common.o \
+intel_cht_int33fe-y                    := intel_cht_int33fe_common.o \
                                           intel_cht_int33fe_typec.o \
                                           intel_cht_int33fe_microb.o