Changeset ab5f8bf in mainline
- Timestamp:
- 2006-05-14T21:22:45Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ddd043ce
- Parents:
- 14b502e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r14b502e2 rab5f8bf 83 83 endif 84 84 ifeq ($(CONFIG_FB),y) 85 ifeq ($(ARCH),ia32) 85 86 DEFS += -DCONFIG_VESA_WIDTH=$(CONFIG_VESA_WIDTH) 86 87 DEFS += -DCONFIG_VESA_HEIGHT=$(CONFIG_VESA_HEIGHT) 87 88 DEFS += -DCONFIG_VESA_BPP=$(CONFIG_VESA_BPP) 89 endif 90 ifeq ($(ARCH),amd64) 91 DEFS += -DCONFIG_VESA_WIDTH=$(CONFIG_VESA_WIDTH) 92 DEFS += -DCONFIG_VESA_HEIGHT=$(CONFIG_VESA_HEIGHT) 93 DEFS += -DCONFIG_VESA_BPP=$(CONFIG_VESA_BPP) 94 endif 88 95 endif 89 96
Note:
See TracChangeset
for help on using the changeset viewer.