From owner-freebsd-arm@freebsd.org Tue Feb 2 11:46:52 2016 Return-Path: Delivered-To: freebsd-arm@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 4EDADA98534 for ; Tue, 2 Feb 2016 11:46:52 +0000 (UTC) (envelope-from mma@semihalf.com) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (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 1E45469B for ; Tue, 2 Feb 2016 11:46:52 +0000 (UTC) (envelope-from mma@semihalf.com) Received: by mail-ig0-x22f.google.com with SMTP id mw1so8970994igb.1 for ; Tue, 02 Feb 2016 03:46:52 -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=0mnNuSrY7kHXwc3VfwZPhhAA5zke16xprnnB+LU+hjs=; b=uG48xJLRuGz+TK3cz7rp8TXDJjZmcQG7bLMqqNqd6OoNEWvFoipOuoRALVJSt6FLzi gisLDY3PjF1glcGflcwtYUAhtd9nXpmiwtK3vY9L0pwWIK2FFkDK2T1DHGGOaQ5d+xFH TOlenS27na8WBw7W4JmfKmlGF2yHwCTdenzuBDvbGW/vzIQQRuoC4Cvs8tWv1IWTncw8 Re+68i/zWWeH9yE3e3vPl14pyyUUu9buUffRwetrI3jfvasbPMJrh13ZvAHMot4Hsi9P 2np0IIx5HgGyeuyIjHCOTIA3VnGMK6W3Y5s8f1MR3KyxOULcxS2Ry7uLL7va/q6Iz4uf AmPg== 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=0mnNuSrY7kHXwc3VfwZPhhAA5zke16xprnnB+LU+hjs=; b=h7X36Y1rzu9G/MoppYhMVaTPeAZbA8oE5VxQPGIGGrJofYogdt3OTVqNMGl4RAVlVp fmbdrDklVWWLK34TwP/ykezhcl3bmCT4SF8k8JA3j0os6+qp4jTYMS8fqdAbBhZZgizG h62umWcCEojRiD6Yiq/TLcc44dj+1UQ4Vz5YZP8tCswiEKno9iJEA46g/8rfwe74PKm8 iizD5y/cMti7qsPOjQfLrYXbxFhIxboI14Vjrhw1sV+2ik4sxAU+WpZf/OKCv5FbJh/g VBdCGpEIhKGLBfjW0UnpD4BCRALCVS7JVNXHYPs19KziqjGdD3iLKEZZWTbe7S7dWFNC OteQ== X-Gm-Message-State: AG10YORe3J5RBFnQ4rFRAjpcSI6Axy8HIY2LwGjFliQPMEH0h+bmxo14nvWRK0DDud03RkAbIXmYuoqpwTHc4Q== MIME-Version: 1.0 X-Received: by 10.50.78.68 with SMTP id z4mr15865686igw.16.1454413611577; Tue, 02 Feb 2016 03:46:51 -0800 (PST) Received: by 10.107.4.8 with HTTP; Tue, 2 Feb 2016 03:46:51 -0800 (PST) Date: Tue, 2 Feb 2016 12:46:51 +0100 Message-ID: Subject: Cannot include header files from sys/contrib directory From: Marcin Mazurek To: freebsd-arm@freebsd.org, freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2016 11:46:52 -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