diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2016-12-15 04:07:46 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-12-16 00:13:43 +0200 |
commit | 6bdf1e0efb04a1716373646cb6f35b73addca492 (patch) | |
tree | 16aed3dc3a779c8dd764b4e77b402ce427d1491a /net/bluetooth | |
parent | 378d5a40fa2c251b31d64e9a7e746f71c2e39b14 (diff) | |
download | linux-6bdf1e0efb04a1716373646cb6f35b73addca492.tar.gz linux-6bdf1e0efb04a1716373646cb6f35b73addca492.tar.bz2 linux-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 'net/bluetooth')
-rw-r--r-- | net/bluetooth/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/Makefile b/net/bluetooth/Makefile index b3ff12eb9b6d..4bfaa19a5573 100644 --- a/net/bluetooth/Makefile +++ b/net/bluetooth/Makefile @@ -20,5 +20,3 @@ bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o bluetooth-$(CONFIG_BT_LEDS) += leds.o bluetooth-$(CONFIG_BT_DEBUGFS) += hci_debugfs.o bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o - -subdir-ccflags-y += -D__CHECK_ENDIAN__ |