tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

non-module build fail



Hello
I'm trying to build a evbarm kernel with 
options         SLJIT
options         BPFJIT

and it fails with:
/local/armandeche1/netbsd-9/src/sys/net/bpfjit.c:73:10: fatal error: sljitLir.h: No such file or directory
#include <sljitLir.h>
	   ^~~~~~~~~~~~
The file is in sys/external/bsd/sljit/dist/sljit_src/

How does one fix this ? The module Makefile has:
CPPFLAGS+=      \
        -I ${NETBSDSRCDIR}/sys/external/bsd/sljit/dist/sljit_src

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index