VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxPci/linux/Makefile@ 78138

Last change on this file since 78138 was 77403, checked in by vboxsync, 6 years ago

More linux kernel module Makefile cleanups: Simplified VBOXMOD_INCL by making -I implicit.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1# $Id: Makefile 77403 2019-02-20 18:44:36Z vboxsync $
2## @file
3# Makefile for the VirtualBox Linux Host PCI Driver.
4#
5
6#
7# Copyright (C) 2011-2019 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17# The contents of this file may alternatively be used under the terms
18# of the Common Development and Distribution License Version 1.0
19# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20# VirtualBox OSE distribution, in which case the provisions of the
21# CDDL are applicable instead of those of the GPL.
22#
23# You may elect to license modified versions of this file under the
24# terms and conditions of either the GPL or the CDDL or both.
25#
26
27# Find the directory of this makefile.
28VBOXPCI_DIR := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
29
30# Linux kbuild sets this to our source directory if we are called from there
31obj ?= $(CURDIR)
32include $(obj)/Makefile-header.gmk
33
34# override is required by the Debian guys
35VBOXMOD_NAME = vboxpci
36VBOXMOD_OBJS = \
37 linux/VBoxPci-linux.o \
38 VBoxPci.o \
39 SUPR0IdcClient.o \
40 SUPR0IdcClientComponent.o \
41 linux/SUPR0IdcClient-linux.o
42ifeq ($(BUILD_TARGET_ARCH),x86)
43VBOXMOD_OBJS += \
44 math/gcc/divdi3.o \
45 math/gcc/moddi3.o \
46 math/gcc/qdivrem.o \
47 math/gcc/udivdi3.o \
48 math/gcc/udivmoddi4.o \
49 math/gcc/divdi3.o \
50 math/gcc/umoddi3.o
51endif
52VBOXMOD_INCL = \
53 $(VBOXPCI_DIR) \
54 $(VBOXPCI_DIR)include \
55 $(VBOXPCI_DIR)r0drv/linux
56VBOXMOD_DEFS = \
57 RT_OS_LINUX \
58 IN_RING0 \
59 IN_RT_R0 \
60 IN_SUP_R0 \
61 VBOX \
62 RT_WITH_VBOX \
63 VBOX_WITH_HARDENING
64VBOXMOD_CFLAGS = -include $(VBOXPCI_DIR)include/VBox/SUPDrvMangling.h -fno-pie
65
66include $(obj)/Makefile-footer.gmk
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