diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2018-09-18 16:22:42 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@intel.com> | 2018-09-18 19:39:22 +0100 |
commit | a9463bdb01b6eff2f6ec58695bdbe188ca7e8497 (patch) | |
tree | 214a1a4cd9803e85e72dea5e9f28ebd241ea7158 /include/drm | |
parent | b46945e2dccb77b736a46adfa237e56590bd955b (diff) | |
download | libdrm-a9463bdb01b6eff2f6ec58695bdbe188ca7e8497.tar.gz libdrm-a9463bdb01b6eff2f6ec58695bdbe188ca7e8497.tar.bz2 libdrm-a9463bdb01b6eff2f6ec58695bdbe188ca7e8497.zip |
headers/README: fix/add link to drm-next
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/README b/include/drm/README index 521630db..ea2320cc 100644 --- a/include/drm/README +++ b/include/drm/README @@ -71,7 +71,7 @@ Note: One should not do _any_ changes to the files apart from the steps below. In order to update the files do the following: - Switch to a Linux kernel tree/branch which is not rebased. -For example: airlied/drm-next + For example: drm-next (https://cgit.freedesktop.org/drm/drm) - Install the headers via `make headers_install' to a separate location. - Copy the drm header[s] + git add + git commit. - Note: Your commit message must include: |