]> git.sur5r.net Git - u-boot/blobdiff - drivers/qe/Makefile
GCC4.6: Use debug() instead of debugX() in s3c24xx_nand.c
[u-boot] / drivers / qe / Makefile
index 8e9a035e9204738be30b49cc45a579dcd76bf156..ef4bdf8b24e7c7435ba722eedcbf265133fd3bfd 100644 (file)
@@ -24,7 +24,7 @@ include $(TOPDIR)/config.mk
 
 LIB    := $(obj)libqe.o
 
-COBJS-$(CONFIG_OF_LIBFDT) += fdt.o
+COBJS-$(and $(CONFIG_QE),$(CONFIG_OF_LIBFDT)) += fdt.o
 COBJS-$(CONFIG_QE) += qe.o uccf.o uec.o uec_phy.o
 
 COBJS  := $(COBJS-y)