On Oct 18, 2012, at 2:57 AM, Yashpal Dutta <[email protected]> wrote:

> +-install:
> ++modules_install:
> +     make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install
> +-    @echo "Installing cryptodev.h in /usr/include/crypto ..."
> +-    @install -D crypto/cryptodev.h /usr/include/crypto/cryptodev.h
> ++    @echo "Installing cryptodev.h in $(PREFIX)/usr/include/crypto ..."
> ++    @install -D crypto/cryptodev.h $(PREFIX)/usr/include/crypto/cryptodev.h
> + 

why is it installing linux headers under /usr/include shouldn't they be under 
usr/include/linux ?
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to