Changeset 910372a in mainline for Makefile


Ignore:
Timestamp:
2006-07-04T07:57:26Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a6dd361
Parents:
5eabe73
Message:

initial support for Xen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r5eabe73 r910372a  
    9696endif
    9797ifeq ($(ARCH),amd64)
     98        DEFS += -DCONFIG_VESA_WIDTH=$(CONFIG_VESA_WIDTH)
     99        DEFS += -DCONFIG_VESA_HEIGHT=$(CONFIG_VESA_HEIGHT)
     100        DEFS += -DCONFIG_VESA_BPP=$(CONFIG_VESA_BPP)
     101endif
     102ifeq ($(ARCH),xen32)
    98103        DEFS += -DCONFIG_VESA_WIDTH=$(CONFIG_VESA_WIDTH)
    99104        DEFS += -DCONFIG_VESA_HEIGHT=$(CONFIG_VESA_HEIGHT)
Note: See TracChangeset for help on using the changeset viewer.