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>
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
obj-$(CONFIG_FEC) += fec.o
|
||||
fec-objs :=fec_main.o fec_ptp.o
|
||||
CFLAGS_fec_main.o := -D__CHECK_ENDIAN__
|
||||
CFLAGS_fec_ptp.o := -D__CHECK_ENDIAN__
|
||||
|
||||
obj-$(CONFIG_FEC_MPC52xx) += fec_mpc52xx.o
|
||||
ifeq ($(CONFIG_FEC_MPC52xx_MDIO),y)
|
||||
|
Reference in New Issue
Block a user