aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/Makefile
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2013-08-12 15:09:18 -0400
committerChris Metcalf <cmetcalf@tilera.com>2013-09-03 14:52:17 -0400
commitbdb8205455a31362fc72075583aedd63ff0c944b (patch)
tree4751e4b26f490d360d19679fed431620bc79173c /arch/tile/Makefile
parenttile: add virt_to_kpte() API and clean up and document behavior (diff)
downloadlinux-dev-bdb8205455a31362fc72075583aedd63ff0c944b.tar.xz
linux-dev-bdb8205455a31362fc72075583aedd63ff0c944b.zip
tile: remove DEBUG_EXTRA_FLAGS kernel config option
It isn't used any more by us now that the generic kernel build offers DEBUG_INFO_REDUCED, so just get rid of it. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/Makefile')
-rw-r--r--arch/tile/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/tile/Makefile b/arch/tile/Makefile
index 3d15364c6071..4dc380a519d4 100644
--- a/arch/tile/Makefile
+++ b/arch/tile/Makefile
@@ -30,10 +30,6 @@ endif
# In kernel modules, this causes load failures due to unsupported relocations.
KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
-ifneq ($(CONFIG_DEBUG_EXTRA_FLAGS),"")
-KBUILD_CFLAGS += $(CONFIG_DEBUG_EXTRA_FLAGS)
-endif
-
LIBGCC_PATH := \
$(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name)