summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8349itx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mpc8349itx/Makefile')
-rw-r--r--board/freescale/mpc8349itx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/freescale/mpc8349itx/Makefile b/board/freescale/mpc8349itx/Makefile
index c81ba662fa..2fed9f0c2a 100644
--- a/board/freescale/mpc8349itx/Makefile
+++ b/board/freescale/mpc8349itx/Makefile
@@ -24,8 +24,10 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o pci.o
+COBJS-y += $(BOARD).o
+COBJS-$(CONFIG_PCI) += pci.o
+COBJS := $(COBJS-y)
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
OpenPOWER on IntegriCloud