diff options
author | 2012-09-17 05:44:51 +0400 | |
---|---|---|
committer | 2012-10-03 15:12:33 -0700 | |
commit | a753cd9abf389ce8fea79e7f30640926356778d3 (patch) | |
tree | 6d2387d0ac7e0dd2bc620477ad609e6c314a500d | |
parent | xtensa: fix parallel make (diff) | |
download | wireguard-linux-a753cd9abf389ce8fea79e7f30640926356778d3.tar.xz wireguard-linux-a753cd9abf389ce8fea79e7f30640926356778d3.zip |
xtensa: fix CODA build
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
-rw-r--r-- | arch/xtensa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/Makefile b/arch/xtensa/Makefile index f973754ddf90..b201d4486098 100644 --- a/arch/xtensa/Makefile +++ b/arch/xtensa/Makefile @@ -31,7 +31,7 @@ PLATFORM = $(platform-y) export PLATFORM # temporarily until string.h is fixed -KBUILD_CFLAGS += -ffreestanding +KBUILD_CFLAGS += -ffreestanding -D__linux__ KBUILD_CFLAGS += -pipe -mlongcalls |