From 104af1041599d9dc777f6b4385f520ff188470de Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 10 Apr 2014 16:03:21 +0200 Subject: doc: add documentation of DESTDIR usage in INSTALL and make help Document the newly introduced DESTDIR option. Signed-off-by: Christian Wiese Signed-off-by: Daniel Borkmann --- Misc | 1 + 1 file changed, 1 insertion(+) (limited to 'Misc') diff --git a/Misc b/Misc index 97fc8d1..c71767d 100644 --- a/Misc +++ b/Misc @@ -104,6 +104,7 @@ help: $(Q)echo " DEBUG=1 / DISTRO=1 - Enable debugging / Build for distros" $(Q)echo " HARDENING=1 - Enable GCC hardening of executables" $(Q)echo " PREFIX=/path - Install path prefix" + $(Q)echo " DESTDIR=/path - Alternative install destination path" $(Q)echo " CROSS_COMPILE=/path-prefix - Kernel-like cross-compiling prefix" $(Q)echo " CROSS_LD_LIBRARY_PATH=/path - Library search path for cross-compiling" $(Q)echo " CC=cgcc - Use sparse compiler wrapper" -- cgit v1.2.3-54-g00ecf eanup'>emaclite-cleanup net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
option value='35'>35
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorStanislaw Gruszka <sgruszka@redhat.com>2017-02-08 13:51:31 +0100
committerKalle Valo <kvalo@codeaurora.org>2017-02-08 17:30:20 +0200
commitcf81db30a6edcca791b1bfa5348a162471121d11 (patch)
tree6495e36de8a7b3917b3a45e3342be5263f89e7c8
parent2ceb813798e1fd33e71a574771828c0f298e077b (diff)
rt2x00: remove queue_entry from skbdesc
queue_entry field of skbdesc is not read any more, remove it to allow skbdesc contain other data. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>