VirtualBox

source: vbox/trunk/src/VBox/Devices/Config.kmk@ 60404

Last change on this file since 60404 was 56292, checked in by vboxsync, 9 years ago

Devices: Updated (C) year.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.5 KB
Line 
1# $Id: Config.kmk 56292 2015-06-09 14:20:46Z vboxsync $
2## @file
3# kBuild Configuration file for the Devices.
4#
5
6#
7# Copyright (C) 2006-2015 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
18VBOX_DEVICES_CONFIG_KMK_INCLUDED = 1
19
20# Include the top-level configure file.
21ifndef VBOX_ROOT_CONFIG_KMK_INCLUDED
22 include $(PATH_ROOT)/Config.kmk
23endif
24
25#
26# VBoxBios - Template for building 16-bit BIOS code.
27#
28TEMPLATE_VBoxBios = ROM
29TEMPLATE_VBoxBios_INSTTYPE = none
30TEMPLATE_VBoxBios_TOOL = OPENWATCOM-16
31TEMPLATE_VBoxBios_LDTOOL = OPENWATCOM-WL
32TEMPLATE_VBoxBios_ASTOOL = OPENWATCOM-16
33TEMPLATE_VBoxBios_BLD_TRG = os-agnostic
34TEMPLATE_VBoxBios_BLD_TRG_ARCH = x86
35TEMPLATE_VBoxBios_BINSUFF = .rom
36TEMPLATE_VBoxBios_INCS = .
37TEMPLATE_VBoxBios_ASFLAGS = -q -wx -d1 ## @todo add -0?
38TEMPLATE_VBoxBios_CFLAGS = -q -3 -wx -zl -zu -s -oafs -ms -hc -d1+
39TEMPLATE_VBoxBios_CXXFLAGS = $(TEMPLATE_VBoxBios_CFLAGS)
40TEMPLATE_VBoxBios_DEPS = $(VBOX_VERSION_HEADER)
41TEMPLATE_VBoxBios_LDFLAGS = system dos \
42 debug codeview all \
43 option quiet, nofarcalls, map, verbose, statics, symfile \
44 disable 1014, 1023, 2120
45TEMPLATE_VBoxBios_LNK_DEPS = $(VBOX_BIOSSUMS)
46TEMPLATE_VBoxBios_POST_CMDS = \
47 $(QUIET)$(MV_EXT) -f $(out) $(out).tmp \
48 && $(VBOX_BIOSSUMS) $(out).tmp $(out) \
49 && $(RM_EXT) -f $(out).tmp
50
51#
52# VBoxBios - Template for building 32-bit BIOS code.
53#
54TEMPLATE_VBoxBios32Lib = ROM
55TEMPLATE_VBoxBios32Lib_EXTENDS = VBoxBios
56TEMPLATE_VBoxBios32Lib_INSTTYPE = none
57TEMPLATE_VBoxBios32Lib_TOOL = OPENWATCOM
58TEMPLATE_VBoxBios32Lib_ASTOOL = OPENWATCOM
59TEMPLATE_VBoxBios32Lib_CFLAGS = -q -wx -zu -s -oas -ms -nt=BIOS32 -nd=BIOS32 -hc
60ifeq ($(KBUILD_TARGET),darwin) # The Open Watcom version we use on darwin generate trouble for the link in -d1+ mode; -d2 doesn't work anywhere.
61TEMPLATE_VBoxBios32Lib_CFLAGS += -d1
62else
63TEMPLATE_VBoxBios32Lib_CFLAGS += -d1+
64endif
65TEMPLATE_VBoxBios32Lib_CXXFLAGS = $(TEMPLATE_VBoxBios32_CFLAGS)
66TEMPLATE_VBoxBios32Lib_LNK_DEPS = $(NO_SUCH_VARIABLE)
67TEMPLATE_VBoxBios32Lib_POST_CMDS = $(NO_SUCH_VARIABLE)
68
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use