summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--scripts/kconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index b60db9f..7553311 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -107,13 +107,13 @@ ifeq ($(MOC),)
107qconf: 107qconf:
108 @echo Unable to find the QT installation. Please make sure that the 108 @echo Unable to find the QT installation. Please make sure that the
109 @echo QT development package is correctly installed and the HOSTQTDIR 109 @echo QT development package is correctly installed and the HOSTQTDIR
110 @echo environment variable is set to the correct location. 110 @echo environment variable is set to the correct location.
111 @false 111 @false
112else 112else
113qconf: $(qconf_OBJ) 113qconf: $(qconf_OBJ) libkconfig.so
114 $(CXX) $(LXXFLAGS) $^ -lqt -o $@ 114 $(CXX) $(LXXFLAGS) $^ -lqt -o $@
115endif 115endif
116 116
117lkcc: $(lkcc_OBJ) 117lkcc: $(lkcc_OBJ)
118 $(CC) $(LDFLAGS) $^ -o $@ 118 $(CC) $(LDFLAGS) $^ -o $@
119 119