1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

Merge pull request #947 from Ice-IX/patch-1

Update Makefile to fix building on ppc32
This commit is contained in:
Christian Bremvåg 2022-06-06 03:19:05 +02:00 committed by GitHub
commit ed08f262bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1192,6 +1192,7 @@ endif
ifeq ($(CONFIG_PLATFORM_PPC), y)
EXTRA_CFLAGS += -DCONFIG_BIG_ENDIAN
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
SUBARCH := $(shell uname -m | sed -e s/ppc/powerpc/)
ARCH ?= $(SUBARCH)
CROSS_COMPILE ?=