From patchwork Thu Mar 3 21:41:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Feiner X-Patchwork-Id: 8496371 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id DAF449F314 for ; Thu, 3 Mar 2016 21:41:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 14751201F4 for ; Thu, 3 Mar 2016 21:41:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3A517202FF for ; Thu, 3 Mar 2016 21:41:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756045AbcCCVlS (ORCPT ); Thu, 3 Mar 2016 16:41:18 -0500 Received: from mail-pa0-f48.google.com ([209.85.220.48]:33844 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755344AbcCCVlR (ORCPT ); Thu, 3 Mar 2016 16:41:17 -0500 Received: by mail-pa0-f48.google.com with SMTP id fy10so21664845pac.1 for ; Thu, 03 Mar 2016 13:41:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=OHEJYaPaxGgVCXV0pnFnAzPBiZTJSDQ91AzaXtemSwA=; b=f3Y/cxjo6Hu5dDDx/LTXz0/enkV9E8LcdDG54jIJFwWfjx9aRwnxGJ8doku3rwhRLH rULU+zn48vCU41Nl3feoZeGcxxXvE7vBTpfnn+nEsgareEXzRaTN+OW+Ay6Uq4fMK0Y1 6s03+taxcb45NhnpnoUgeh7tpLGCNWt87GpYTmRioShSWL1ao8PSzS+Lo6wUx4GVwlwS rlwhAguuIPP4tq/wC/LULs+pFlSCzXObcBCz10E13dFm5iuy7HkQordIqIZoTX+m+YYk V1ULr+2aMGnKustHh0ZhyFks8ZmEmUA7gbeF0axbtlPjbudI3YIAUEJYi9oG3YwOwBDH bqXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=OHEJYaPaxGgVCXV0pnFnAzPBiZTJSDQ91AzaXtemSwA=; b=Fg6eiIeizdglXWbT5N6uVR/unfoEbNjTPq/EkJekt/safl5vaZHe1K6qLrMxi1EcSj odDny1P7mPC4i1RB8dGjktJJT2kBvJibkSmA2uWcMfWggjpFy0GRgalfgjk9j2FA2Lwn HCstc3z/16LQgLiShqoO/bMcrTfsqrnQYJuNs8MzqRRyRQWqXlw9Tw9jD+cikvGI+bJN PiFHRxfi8OCzq79gvEd3uh6SMzSU0aYohrY2Rkqglpahx6m0CLWKqIOY+le0WUn6fzt5 dZXJj7PHS+0JclyhcR5mwHWUxuxkXc50Facs770ExsfODpaZ09NJBJH77S9LZO9scwoQ tVAg== X-Gm-Message-State: AD7BkJLzvYY3jH/5067k8Xi+17+Yhtd2wZyboopnFSOrFyoWFCblhfs5CSsNEeGrW+4GhY3J X-Received: by 10.66.90.226 with SMTP id bz2mr6941856pab.31.1457041276447; Thu, 03 Mar 2016 13:41:16 -0800 (PST) Received: from localhost ([2620:0:1009:3:48a8:c9fe:5013:71d]) by smtp.gmail.com with ESMTPSA id dw2sm354712pab.14.2016.03.03.13.41.15 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 03 Mar 2016 13:41:15 -0800 (PST) From: Peter Feiner To: kvm@vger.kernel.org, drjones@redhat.com, pbonzini@redhat.com Cc: pfeiner@google.com Subject: [kvm-unit-tests] arm: fix parallel build (make -j) Date: Thu, 3 Mar 2016 13:41:14 -0800 Message-Id: <1457041274-32283-1-git-send-email-pfeiner@google.com> X-Mailer: git-send-email 2.7.0.rc3.207.g0ac5344 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Dependency on asm-offsets.h wasn't made explicit in the Makefiles. Worked without -j because non-parallel make builds dependencies in declared order. Signed-off-by: Peter Feiner --- arm/Makefile.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arm/Makefile.common b/arm/Makefile.common index dd3a0ca..6de82cf 100644 --- a/arm/Makefile.common +++ b/arm/Makefile.common @@ -71,3 +71,5 @@ test_cases: $(generated_files) $(tests-common) $(tests) $(TEST_DIR)/selftest.elf: $(cstart.o) $(TEST_DIR)/selftest.o $(TEST_DIR)/spinlock-test.elf: $(cstart.o) $(TEST_DIR)/spinlock-test.o + +$(TEST_DIR)/selftest.o $(TEST_DIR)/spinlock-test.o $(cstart.o): $(asm-offsets)