]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/package/Makefile
scripts/package/Makefile: compare objtree with srctree instead of test KBUILD_OUTPUT
[karo-tx-linux.git] / scripts / package / Makefile
index 87bf08076b111987a95081d8a55f13e2fb8d534f..d7b328595a7e6b63e0ca2f9c377a41d95a6a0bc6 100644 (file)
@@ -36,7 +36,7 @@ $(objtree)/kernel.spec: $(MKSPEC) $(srctree)/Makefile
        $(CONFIG_SHELL) $(MKSPEC) > $@
 
 rpm-pkg rpm: $(objtree)/kernel.spec FORCE
-       @if test -n "$(KBUILD_OUTPUT)"; then \
+       @if test "$(objtree)" != "$(srctree)"; then \
                echo "Building source + binary RPM is not possible outside the"; \
                echo "kernel source tree. Don't set KBUILD_OUTPUT, or use the"; \
                echo "binrpm-pkg target instead."; \