Changeset 64732 in vbox for trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
- Timestamp:
- Nov 21, 2016 8:13:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r64425 r64732 18 18 # 19 19 20 # Linux kbuild sets this to our source directory if we are called from there21 obj ?= $(CURDIR)22 include $(obj)/Makefile.include.header23 24 MOD_NAME = vboxvideo25 26 20 MY_KERNELRELEASE := $(KERNELRELEASE) 27 21 ifeq ($(MY_KERNELRELEASE),) … … 31 25 ifeq ($(filter 1.% 2.% 3.0.% 3.1.% 3.2.% 3.3.% 3.4.% 3.5.% 3.6.% 3.7.% \ 32 26 3.8.% 3.9.% 3.10.%,$(MY_KERNELRELEASE)),) 27 28 # Linux kbuild sets this to our source directory if we are called from there 29 obj ?= $(CURDIR) 30 include $(obj)/Makefile.include.header 31 32 MOD_NAME = vboxvideo 33 33 34 MOD_OBJS = HGSMIBase.o HGSMICommon.o HGSMIMemAlloc.o \ 34 35 Modesetting.o vbox_drv.o vbox_fb.o vbox_irq.o vbox_main.o \ 35 36 vbox_mode.o vbox_ttm.o VBVABase.o 36 else37 MOD_OBJS = vbox_dummy.o38 endif39 37 40 38 MOD_CFLAGS = -Wno-declaration-after-statement -fshort-wchar -fno-pie … … 56 54 57 55 include $(obj)/Makefile.include.footer 56 57 endif 58
Note:
See TracChangeset
for help on using the changeset viewer.