From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: benedikt.morbach@googlemail.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id c6a31b26 for ; Thu, 11 May 2017 12:20:28 +0000 (UTC) Received: from mail-it0-f44.google.com (mail-it0-f44.google.com [209.85.214.44]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 0a32db5c for ; Thu, 11 May 2017 12:20:28 +0000 (UTC) Received: by mail-it0-f44.google.com with SMTP id e65so18633714ita.1 for ; Thu, 11 May 2017 05:31:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20170510213123.8147-1-benedikt.morbach@googlemail.com> From: Benedikt Morbach Date: Thu, 11 May 2017 14:30:45 +0200 Message-ID: Subject: Re: [PATCH] contrib: fix out-of-tree build with jerry-rig.sh To: "Jason A. Donenfeld" Content-Type: text/plain; charset="UTF-8" Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Jason, I started doing out-of-tree kernel builds with "make KBUILD_OUTPUT=/foo". While it does work, it puts wireguards .o files in /foo/net/../../../..../wireguard/src, which isn't exactly what I expected/intended. By changing the path in the Makefile the .o files end up in /foo/net/wireguard. Thanks Benedikt