diff options
Diffstat (limited to 'post/cpu')
| -rw-r--r-- | post/cpu/mpc83xx/Makefile | 2 | ||||
| -rw-r--r-- | post/cpu/mpc8xx/Makefile | 2 | ||||
| -rw-r--r-- | post/cpu/ppc4xx/Makefile | 2 | 
3 files changed, 0 insertions, 6 deletions
| diff --git a/post/cpu/mpc83xx/Makefile b/post/cpu/mpc83xx/Makefile index 0643d01a7..4b3c50e6a 100644 --- a/post/cpu/mpc83xx/Makefile +++ b/post/cpu/mpc83xx/Makefile @@ -5,6 +5,4 @@  # SPDX-License-Identifier:	GPL-2.0+  # -CPPFLAGS += -I$(TOPDIR) -  obj-$(CONFIG_HAS_POST)	+= ecc.o diff --git a/post/cpu/mpc8xx/Makefile b/post/cpu/mpc8xx/Makefile index 7a2930a79..f8bb6c934 100644 --- a/post/cpu/mpc8xx/Makefile +++ b/post/cpu/mpc8xx/Makefile @@ -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 diff --git a/post/cpu/ppc4xx/Makefile b/post/cpu/ppc4xx/Makefile index b7435c825..ed3e8e87f 100644 --- a/post/cpu/ppc4xx/Makefile +++ b/post/cpu/ppc4xx/Makefile @@ -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 |