aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2016-12-15 04:07:46 +0200
committerMichael S. Tsirkin <mst@redhat.com>2016-12-16 00:13:43 +0200
commit6bdf1e0efb04a1716373646cb6f35b73addca492 (patch)
tree16aed3dc3a779c8dd764b4e77b402ce427d1491a /drivers/bluetooth
parentfs/logfs: drop __CHECK_ENDIAN__ (diff)
downloadlinux-dev-6bdf1e0efb04a1716373646cb6f35b73addca492.tar.xz
linux-dev-6bdf1e0efb04a1716373646cb6f35b73addca492.zip
Makefile: drop -D__CHECK_ENDIAN__ from cflags
That's the default now, no need for makefiles to set it. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Kalle Valo <kvalo@codeaurora.org> Acked-by: Marcel Holtmann <marcel@holtmann.org> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/bluetooth/Makefile b/drivers/bluetooth/Makefile
index b1fc29a697b7..80627187c8b6 100644
--- a/drivers/bluetooth/Makefile
+++ b/drivers/bluetooth/Makefile
@@ -40,5 +40,3 @@ hci_uart-$(CONFIG_BT_HCIUART_QCA) += hci_qca.o
hci_uart-$(CONFIG_BT_HCIUART_AG6XX) += hci_ag6xx.o
hci_uart-$(CONFIG_BT_HCIUART_MRVL) += hci_mrvl.o
hci_uart-objs := $(hci_uart-y)
-
-ccflags-y += -D__CHECK_ENDIAN__