Re: Cannot include header files from sys/contrib directory

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Tue, 2 Feb 2016 13:21:14 +0100
On 02/02/16 13:07, Marcin Mazurek wrote:
> Thanks for your response.
>
> I saw that and I tried doing it this way:
>
> dev/al_eth/al_eth.c        optional al_eth  compile-with
> "-I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth"
>

Hi,

Try something like this:

dev/al_eth/al_eth.c        optional al_eth  compile-with "${CC} -c -o 
${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth 
${PROF} ${.IMPSRC}"

--HPS
Received on Tue Feb 02 2016 - 11:19:02 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:02 UTC