Created
September 2, 2017 03:29
-
-
Save yangxuan8282/61e0484b13db554ece3d1670428c77dc to your computer and use it in GitHub Desktop.
tmp use
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ifeq ($(CONFIG_PLATFORM_ARM_RPI), y) | |
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN | |
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT | |
ARCH ?= arm | |
CROSS_COMPILE ?= | |
KVER ?= $(shell uname -r) | |
KSRC := /lib/modules/$(KVER)/build | |
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/ | |
INSTALL_PREFIX := | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment