Changeset 78136 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Apr 16, 2019 1:30:27 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r77504 r78136 25 25 # We want to build on Linux 3.11 and later and on all EL 7 kernels. 26 26 VBOX_BUILD = 27 ifneq ($(filter-out 1.% 2.% 3.0 .% 3.1.% 3.2.% 3.3.% 3.4.% 3.5.% 3.6.% 3.7.% 3.8.% 3.9.%3.10.%,$(KERN_VER)),)27 ifneq ($(filter-out 1.% 2.% 3.0 3.0.% 3.1 3.1.% 3.2 3.2.% 3.3 3.3.% 3.4 3.4.% 3.5 3.5.% 3.6 3.6.% 3.7 3.7.% 3.8 3.8.% 3.9 3.9.% 3.10 3.10.%,$(KERN_VER)),) 28 28 VBOX_BUILD = 1 29 29 endif
Note:
See TracChangeset
for help on using the changeset viewer.