Date: Tue, 2 Feb 2016 12:46:51 +0100 From: Marcin Mazurek <mma@semihalf.com> To: freebsd-arm@freebsd.org, freebsd-current@freebsd.org Subject: Cannot include header files from sys/contrib directory Message-ID: <CAF-BqKpa56OB9rfvAkukMOE39j22xPb3Oj4U9UMkjhWrO0n5ag@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF-BqKpa56OB9rfvAkukMOE39j22xPb3Oj4U9UMkjhWrO0n5ag>