I'm trying to compile the illumos-kvm driver for AMD now. So far I made the following changes to the Makefile: - KERNEL_SOURCE = $(PWD)/../../illumosBut one thing I can't figure out is how to set the "PROTO_AREA" variable. The original Makefile has: PROTO_AREA = $(PWD)/../../../protoand uses it on the following lines: $ grep PROTO_AREA Makefile Searching /code for "proto" directories, I find: $ find /code -type d -name protoBut none of /usr/include, /lib, /usr/lib, or /usr/bin/ld exist under any of these "proto" directories Any advice how to set this PROTO_AREA variable? FWIW: I think this is an OmniOS question since it's regarding the "illumos-omnios" build directory Thanks, Kent |
_______________________________________________ OmniOS-discuss mailing list OmniOS-discuss@lists.omniti.com http://lists.omniti.com/mailman/listinfo/omnios-discuss