VirtualBox

source: vbox/trunk/src/VBox/Additions/linux/drm/Makefile.module.kms@ 76690

Last change on this file since 76690 was 76553, checked in by vboxsync, 6 years ago

scm --update-copyright-year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1# $Id: Makefile.module.kms 76553 2019-01-01 01:45:53Z vboxsync $
2## @file
3# VirtualBox Guest Additions Module Makefile.
4#
5# (For 2.6.x this file must be 'Makefile'!)
6#
7
8#
9# Copyright (C) 2006-2019 Oracle Corporation
10#
11# This file is part of VirtualBox Open Source Edition (OSE), as
12# available from http://www.virtualbox.org. This file is free software;
13# you can redistribute it and/or modify it under the terms of the GNU
14# General Public License (GPL) as published by the Free Software
15# Foundation, in version 2 as it comes in the "COPYING" file of the
16# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
17# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
18#
19
20# Linux kbuild sets this to our source directory if we are called from there
21obj ?= $(CURDIR)
22include $(obj)/Makefile.include.header
23
24BUILD =
25
26# We want to build on Linux 3.11 and later and on all EL 7 kernels.
27ifneq ($(filter-out 1.% 2.% 3.0.% 3.1.% 3.2.% 3.3.% 3.4.% 3.5.% 3.6.% 3.7.% \
28 3.8.% 3.9.% 3.10.%,$(KERN_VER)),)
29 BUILD = 1
30endif
31ifeq ($(filter-out %.el7.x86_64,$(KERN_VER)),)
32 BUILD = 1
33endif
34
35ifneq ($(BUILD),)
36
37MOD_NAME = vboxvideo
38MOD_OBJS = hgsmi_base.o \
39 modesetting.o vbox_drv.o vbox_fb.o vbox_irq.o vbox_main.o \
40 vbox_mode.o vbox_ttm.o vbva_base.o vbox_prime.o vbox_hgsmi.o
41MOD_INCL = -I$(KBUILD_EXTMOD) -Iinclude/drm
42
43include $(obj)/Makefile.include.footer
44
45else # ! wildcard $(KERN_INCL)/drm/drm_rect.h
46
47 all:
48 install:
49 clean:
50
51endif # ! wildcard $(KERN_INCL)/drm/drm_rect.h
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette