Changeset 66082 in vbox
- Timestamp:
- Mar 14, 2017 11:05:00 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r64732 r66082 22 22 # as of 2.6.16 KERNELRELEASE is only set if the kernel is configured 23 23 MY_KERNELRELEASE := $(KERNELVERSION) 24 endif 25 ifeq ($(KERN_VERSION),24) 26 # sledgehammer, see the 2.4 handling in Makefile.include.footer 27 MY_KERNELRELEASE := 2.4.0 24 28 endif 25 29 ifeq ($(filter 1.% 2.% 3.0.% 3.1.% 3.2.% 3.3.% 3.4.% 3.5.% 3.6.% 3.7.% \
Note:
See TracChangeset
for help on using the changeset viewer.