Revision a3767e3c9da514e63e898772b72b932f9eb3b062 authored by Rafael J. Wysocki on 20 November 2015, 00:22:52 UTC, committed by Rafael J. Wysocki on 20 November 2015, 00:22:52 UTC
* acpi-smbus:
  Revert "ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBook"
  ACPI / SMBus: Fix boot stalls / high CPU caused by reentrant code

* acpi-ec:
  ACPI-EC: Drop unnecessary check made before calling acpi_ec_delete_query()

* acpi-pci:
  PCI: Fix OF logic in pci_dma_configure()
4 parent s 0aba0ab + a76032e + 4981c2b + 768acd6
Raw File
Makefile
#
# Makefile for the Linux unix domain socket layer.
#

obj-$(CONFIG_UNIX)	+= unix.o

unix-y			:= af_unix.o garbage.o
unix-$(CONFIG_SYSCTL)	+= sysctl_net_unix.o

obj-$(CONFIG_UNIX_DIAG)	+= unix_diag.o
unix_diag-y		:= diag.o
back to top