VirtualBox

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

Last change on this file since 42206 was 42148, checked in by vboxsync, 13 years ago

Share kBuild template for the VGA and System BIOSes as well as the alternative source generator code.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1# $Id: Config.kmk 42148 2012-07-13 14:00:59Z vboxsync $
2## @file
3# kBuild Configuration file for the Devices.
4#
5
6#
7# Copyright (C) 2006-2012 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 the BIOS bits.
27#
28TEMPLATE_VBoxBios = ROM
29TEMPLATE_VBoxBios_TOOL = OPENWATCOM-16
30TEMPLATE_VBoxBios_LDTOOL = OPENWATCOM-WL
31TEMPLATE_VBoxBios_ASTOOL = OPENWATCOM-16
32TEMPLATE_VBoxBios_BLD_TRG = os-agnostic
33TEMPLATE_VBoxBios_BLD_TRG_ARCH = x86
34TEMPLATE_VBoxBios_BINSUFF = .rom
35TEMPLATE_VBoxBios_INCS = .
36TEMPLATE_VBoxBios_ASFLAGS = -q -wx ## @todo add -0?
37TEMPLATE_VBoxBios_CFLAGS = -q -3 -wx -zl -zu -s -oas -d1+ -ms
38TEMPLATE_VBoxBios_DEPS = $(VBOX_VERSION_HEADER)
39TEMPLATE_VBoxBios_LDFLAGS = system dos \
40 debug all \
41 option quiet, nofarcalls, map, verbose, statics, symfile \
42 disable 1014, 1023, 2120
43TEMPLATE_VBoxBios_LNK_DEPS = $(VBOX_BIOSSUMS)
44TEMPLATE_VBoxBios_POST_CMDS = \
45 $(QUIET)$(MV_EXT) -f $(out) $(out).tmp \
46 && $(VBOX_BIOSSUMS) $(out).tmp $(out) \
47 && $(RM_EXT) -f $(out).tmp
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