Set INSTALL_HDR_PATH on command line

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

 



In the toplevel Linux Makefile, INSTALL_HDR_PATH is hardcoded as
follows:

# Kernel headers

#Default location for installed headers
export INSTALL_HDR_PATH = $(objtree)/usr

Should this not be done with ?= so that the install path can be
overridden on the command line?

export INSTALL_HDR_PATH ?= $(objtree)/usr

This would make installation of headers for cross-build environments
simpler.  Or am I missing something else?

Regards,
Jonas

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux