userspace: clean up sub-makefiles
Long ago we used to refer to installed shared libraries and headers,
during further steps of user-space compilation. We use static libraries
since long ago, and we have all -I pointing to ../ within the source
tree. Get rid of unneeded installation of headers and extra -I
in the command lines.
Meanwhile, make all sub-makefile a little more similar one another
(this is trivial, mostly a side effect of the above).
The commit has no effect on build commands and results.
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
Showing
- userspace/libwr/Makefile 2 additions, 3 deletionsuserspace/libwr/Makefile
- userspace/snmpd/Makefile 12 additions, 2 deletionsuserspace/snmpd/Makefile
- userspace/tools/Makefile 2 additions, 0 deletionsuserspace/tools/Makefile
- userspace/wrsw_hal/Makefile 4 additions, 10 deletionsuserspace/wrsw_hal/Makefile
- userspace/wrsw_rtud/Makefile 6 additions, 17 deletionsuserspace/wrsw_rtud/Makefile
Please register or sign in to comment