diff options
Diffstat (limited to 'post/cpu/mpc8xx')
| -rw-r--r-- | post/cpu/mpc8xx/Makefile | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/post/cpu/mpc8xx/Makefile b/post/cpu/mpc8xx/Makefile index f871cbab6..162924f6b 100644 --- a/post/cpu/mpc8xx/Makefile +++ b/post/cpu/mpc8xx/Makefile @@ -20,10 +20,11 @@  # Foundation, Inc., 59 Temple Place, Suite 330, Boston,  # MA 02111-1307 USA  # +include $(OBJTREE)/include/autoconf.mk  LIB	= libpostmpc8xx.a -AOBJS	= cache_8xx.o -COBJS	= cache.o ether.o spr.o uart.o usb.o watchdog.o +AOBJS-$(CONFIG_HAS_POST)	+= cache_8xx.o +COBJS-$(CONFIG_HAS_POST)	+= cache.o ether.o spr.o uart.o usb.o watchdog.o  include $(TOPDIR)/post/rules.mk |