Changeset 69572 in vbox
- Timestamp:
- Nov 3, 2017 6:48:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r69569 r69572 4208 4208 ifndef KERN_DIR 4209 4209 ifndef KERN_VER 4210 KERN_VER=$(notdir $(lastword $(shell LC_ALL=C ls -t /lib/modules/))) 4211 endif 4212 ifneq ($(KERN_VER),) 4213 KERN_DIR=/lib/modules/$(KERN_VER)/build 4214 endif 4210 KERN_VER=$(notdir $(firstword $(patsubst %/build/.config,%,$(shell LC_ALL=C ls -t /lib/modules/*/build/.config 2>/dev/null)))) 4211 endif 4212 ifeq ($(KERN_VER),) 4213 KERN_VER=`uname -r` 4214 endif 4215 KERN_DIR=/lib/modules/$(KERN_VER)/build 4215 4216 endif 4216 4217
Note:
See TracChangeset
for help on using the changeset viewer.