summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2010-12-21 13:26:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-03-10 11:14:42 +0100
commit6ef848c1f76f0549b7820aa78b847a9b80425d06 (patch)
tree25a643893c069b1491c18de540e78da4b6ee37b5 /arch/x86
parent1c33aacf8a247ab45814b43ac0ca903677afffae (diff)
downloadbarebox-6ef848c1f76f0549b7820aa78b847a9b80425d06.tar.gz
barebox-6ef848c1f76f0549b7820aa78b847a9b80425d06.tar.xz
x86: Remove not used expressions from the makefile
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 8ab40b6459..e607b893a2 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -14,11 +14,6 @@ CPPFLAGS += -fdata-sections -ffunction-sections
LDFLAGS_uboot += -static --gc-sections
endif
-ifeq ($(incdir-y),)
-incdir-y := $(machine-y)
-endif
-INCDIR := arch-$(incdir-y)
-
all: $(KBUILD_IMAGE)