Make objects in $(export-objs) only depend on themselves
Currently, if dependencies for one object file listed in $(export-objs) change, we will rebuild all $(export-objs) files in the same subdirectory, which may take a noticable amount of time and thus is annoying during development, and, of course, unnecessary. The patch is originally from Russell King and has been tested in the ARM kernel tree for a long time.
Showing
Please register or sign in to comment