- Timestamp:
- Mar 14, 2017 12:15:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r66082 r66084 34 34 include $(obj)/Makefile.include.header 35 35 36 # sledgehammer, see the 2.4 handling in Makefile.include.footer 37 ifneq ($(KERN_VERSION),24) 38 36 39 MOD_NAME = vboxvideo 37 40 … … 59 62 include $(obj)/Makefile.include.footer 60 63 61 e ndif64 else # KERN_VERSION=24 62 65 66 all: 67 68 endif # KERN_VERSION=24 69 70 else # ifneq ($(filter ...,$(MY_KERNELRELEASE)),) 71 72 all: 73 74 endif # ifneq ($(filter ...,$(MY_KERNELRELEASE)),) 75
Note:
See TracChangeset
for help on using the changeset viewer.