post: remove unnecessary include path settings

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
master
Masahiro Yamada 11 years ago committed by Tom Rini
parent 1500389c2f
commit 0e53691529
  1. 2
      post/board/lwmon/Makefile
  2. 2
      post/board/lwmon5/Makefile
  3. 2
      post/board/netta/Makefile
  4. 2
      post/board/pdm360ng/Makefile
  5. 2
      post/cpu/mpc83xx/Makefile
  6. 2
      post/cpu/mpc8xx/Makefile
  7. 2
      post/cpu/ppc4xx/Makefile
  8. 2
      post/drivers/Makefile
  9. 2
      post/lib_powerpc/Makefile
  10. 2
      post/lib_powerpc/fpu/Makefile

@ -5,6 +5,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
CPPFLAGS += -I$(TOPDIR)
obj-$(CONFIG_HAS_POST) += sysmon.o

@ -5,6 +5,4 @@
#
# SPDX-License-Identifier: GPL-2.0+
CPPFLAGS += -I$(TOPDIR)
obj-$(CONFIG_HAS_POST) += sysmon.o watchdog.o dspic.o fpga.o dsp.o gdc.o

@ -5,6 +5,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
CPPFLAGS += -I$(TOPDIR)
obj-$(CONFIG_HAS_POST) += codec.o dsp.o

@ -5,6 +5,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
CPPFLAGS += -I$(TOPDIR)
obj-$(CONFIG_HAS_POST) += coproc_com.o

@ -5,6 +5,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
CPPFLAGS += -I$(TOPDIR)
obj-$(CONFIG_HAS_POST) += ecc.o

@ -5,7 +5,5 @@
# SPDX-License-Identifier: GPL-2.0+
#
CPPFLAGS += -I$(TOPDIR)
obj-$(CONFIG_HAS_POST) += cache_8xx.o
obj-$(CONFIG_HAS_POST) += cache.o ether.o spr.o uart.o usb.o watchdog.o

@ -5,8 +5,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
CPPFLAGS += -I$(TOPDIR)
obj-$(CONFIG_HAS_POST) += cache_4xx.o
obj-$(CONFIG_HAS_POST) += cache.o
obj-$(CONFIG_HAS_POST) += denali_ecc.o

@ -5,6 +5,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
CPPFLAGS += -I$(TOPDIR)
obj-$(CONFIG_HAS_POST) += flash.o i2c.o memory.o rtc.o

@ -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

@ -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

Loading…
Cancel
Save