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