From owner-freebsd-current@freebsd.org Tue Feb 2 11:51:49 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 471D7A987D4 for ; Tue, 2 Feb 2016 11:51:49 +0000 (UTC) (envelope-from mma@semihalf.com) Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15C72AA4 for ; Tue, 2 Feb 2016 11:51:49 +0000 (UTC) (envelope-from mma@semihalf.com) Received: by mail-io0-x230.google.com with SMTP id g73so14152733ioe.3 for ; Tue, 02 Feb 2016 03:51:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:content-type; bh=O7qHNd+0skLgoaoP01b+31em4ZW7aqgCnRPRfITar4A=; b=E4vdkYeXe2/DYKGz+XHXbDQ3Sb5kU888BBmQ775Q9BnOLXplLiiLzxx0UpqoTNmKid Fr+R8b9lgwtDLrcQyW7UdZDEdSNJNLlsR42wuMM4eVaOu6k0zkCOBEuY5hNHcTciQxbl KW9O9dQOGvx77NoODZWdksZLt2pmxHKdJ2UaE9cu/cviHwkYMrusFZ5z6l1ZGn6wRiUE nadzsNot4brnvgZS8E6q9lxKctFU2bOspR8PC5hEqBJ+l0Gioq7aFk8jDGppMW064P9p i5Jbr50IUIV7WdXIEmV7Vu6O8U00LrlNQNm9GFwuFuyyMqfz7rF/pocXMlT35XMFnpCv Nj2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=O7qHNd+0skLgoaoP01b+31em4ZW7aqgCnRPRfITar4A=; b=I3lGs4i3/cRjOs5z1RLh6arIkKvYoBCztB4oDuExp7VehvPP4+Dtm4WeVg/VsdvNMh J9ufxoK5ZImDPNxtvd1S/EgrwZ1ovIWXMKEzqpa4z0UPffkQYHmtq1XCG42YSKxEYoJA d13+ERGG1oJiRc2eA3qGKkAIelwmIHe1S7oQoAsjdtWK0D17pvWIXh4veQImAnPoRDpk FSpsaapRcJuRvknUuINrPc4BL0NYexXgibMGS0jNmwHeU5q00BaEvTJB9k2uBYh4Yl3z PB80zuvq/0NATmsUFqE05JFCfh0jdCkNrIbNpcqWsgQ7wbBFZKLhkgqj5mpZyJ/4FLHn nBcw== X-Gm-Message-State: AG10YOSq9D9jrN6M7ZFqdrlCrgcC0YSwCOyPnC0IeCAc1is+V2rLyu1d5B+pI4xL/1hPM0VtFZfXDVk9Q+ZFeA== MIME-Version: 1.0 X-Received: by 10.107.156.17 with SMTP id f17mr19698975ioe.128.1454413908517; Tue, 02 Feb 2016 03:51:48 -0800 (PST) Received: by 10.107.4.8 with HTTP; Tue, 2 Feb 2016 03:51:48 -0800 (PST) Date: Tue, 2 Feb 2016 12:51:48 +0100 Message-ID: Subject: Cannot include header files from sys/contrib directory From: Marcin Mazurek To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2016 11:51:49 -0000 Hello all, I'm trying to include header files in the networking driver under sys/dev/, however the headers are located in sys/contrib directory. Does anyone have a clue or an advice on how to do this properly without making too much trouble in the build system? I would prefer to avoid changing content of the header files. I tried adding 'compile-with' + '-I' flags in files but that did not work as expected. Thank you in advance for your help. Marcin Mazurek