Makefile 212 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. #
  3. # Makefile for linux/drivers/platform/wmi
  4. # ACPI WMI core
  5. #
  6. wmi-y := core.o marshalling.o string.o
  7. obj-$(CONFIG_ACPI_WMI) += wmi.o
  8. # Unit tests
  9. obj-y += tests/