summaryrefslogtreecommitdiff
path: root/net/mac802154
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 /net/mac802154
parent378d5a40fa2c251b31d64e9a7e746f71c2e39b14 (diff)
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/mac802154')
-rw-r--r--net/mac802154/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac802154/Makefile b/net/mac802154/Makefile
index 17a51e8389e2..5857bb1e1695 100644
--- a/net/mac802154/Makefile
+++ b/net/mac802154/Makefile
@@ -3,5 +3,3 @@ mac802154-objs := main.o rx.o tx.o mac_cmd.o mib.o \
iface.o llsec.o util.o cfg.o trace.o
CFLAGS_trace.o := -I$(src)
-
-ccflags-y += -D__CHECK_ENDIAN__