summaryrefslogtreecommitdiffstats
path: root/post/lib_powerpc
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-18 10:25:41 +0900
committerTom Rini <trini@ti.com>2013-11-25 10:41:53 -0500
commit0e53691529a2961e066a1cdfff1ead13a928c829 (patch)
tree20010c7ec89c091dc2b2107989786ccdf201cbb6 /post/lib_powerpc
parent1500389c2fc09ea59e76c4a7f315815a09c6bfec (diff)
downloadblackbird-obmc-uboot-0e53691529a2961e066a1cdfff1ead13a928c829.tar.gz
blackbird-obmc-uboot-0e53691529a2961e066a1cdfff1ead13a928c829.zip
post: remove unnecessary include path settings
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'post/lib_powerpc')
-rw-r--r--post/lib_powerpc/Makefile2
-rw-r--r--post/lib_powerpc/fpu/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/post/lib_powerpc/Makefile b/post/lib_powerpc/Makefile
index f19fea3e5f..d2b8a940df 100644
--- a/post/lib_powerpc/Makefile
+++ b/post/lib_powerpc/Makefile
@@ -5,8 +5,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
-CPPFLAGS += -I$(TOPDIR)
-
obj-$(CONFIG_HAS_POST) += asm.o
obj-$(CONFIG_HAS_POST) += cpu.o cmp.o cmpi.o two.o twox.o three.o threex.o
obj-$(CONFIG_HAS_POST) += threei.o andi.o srawi.o rlwnm.o rlwinm.o rlwimi.o
diff --git a/post/lib_powerpc/fpu/Makefile b/post/lib_powerpc/fpu/Makefile
index 6aec96c023..ee01a313f1 100644
--- a/post/lib_powerpc/fpu/Makefile
+++ b/post/lib_powerpc/fpu/Makefile
@@ -5,8 +5,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
-CPPFLAGS += -I$(TOPDIR)
-
obj-$(CONFIG_HAS_POST) += 20001122-1.o
obj-$(CONFIG_HAS_POST) += 20010114-2.o
obj-$(CONFIG_HAS_POST) += 20010226-1.o
OpenPOWER on IntegriCloud