Opened 14 years ago
Closed 13 years ago
#103 closed enhancement (fixed)
kmk: Add host OS version variables
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | trivial | Milestone: | 0.2.0 |
Component: | kmk | Version: | noversion |
Keywords: | Cc: |
Description
Adding a set of variables for exposing the host (kernel) version would be nice.
Note:
See TracTickets
for help on using tickets.
Implemented in [2451] and [2452].
Variables: KBUILD_HOST_VERSION, KBUILD_HOST_VERSION_MAJOR, KBUILD_HOST_VERSION_MINOR and KBUILD_HOST_VERSION_PATCH. KBUILD_HOST_VERSION is four numbers separated by dots, the other are unsigned integer numbers.