diff options
Diffstat (limited to 'post/cpu/mpc8xx')
| -rw-r--r-- | post/cpu/mpc8xx/Makefile | 2 | 
1 files changed, 0 insertions, 2 deletions
| 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 |