diff options
author | David Howells <dhowells@redhat.com> | 2012-10-04 17:37:01 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-04 17:37:01 +0100 |
commit | b2249fbd7cbc6741e64474d8617453d20acc12e6 (patch) | |
tree | 47bf7600f5e96a6ae1dd069a056fc85e73e2b671 /arch/c6x/Makefile | |
parent | 1c1e436269fe840cdbecfaf397b21778dd276f26 (diff) | |
parent | 2e919f76e31309d441021f73b4bd9bb2ccfb3972 (diff) |
Merge remote-tracking branch 'c6x/for-linux-next' into uapi-prep
Avoid later problems with c6x's asm/signal.h lacking __KERNEL__ guards.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/c6x/Makefile')
-rw-r--r-- | arch/c6x/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/c6x/Makefile b/arch/c6x/Makefile index 1d08dd07027..a9eb9597e03 100644 --- a/arch/c6x/Makefile +++ b/arch/c6x/Makefile @@ -6,6 +6,8 @@ # for more details. # +KBUILD_DEFCONFIG := dsk6455_defconfig + cflags-y += -mno-dsbt -msdata=none cflags-$(CONFIG_C6X_BIG_KERNEL) += -mlong-calls |