Changeset a1c7827 in mainline for Makefile


Ignore:
Timestamp:
2006-05-16T10:25:22Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c2b43de
Parents:
ca603c6
Message:

Added keyboard support to mips.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rca603c6 ra1c7827  
    4242
    4343ifeq ($(ARCH), amd64)
    44         DIRS += pci
     44        DIRS += pci \
     45                kbd
    4546endif
    4647ifeq ($(ARCH), ia32)
    4748        DIRS += pci \
    4849                kbd
     50endif
     51ifeq ($(ARCH), mips32)
     52        DIRS += kbd
     53endif
     54ifeq ($(ARCH), mips32eb)
     55        DIRS += kbd
    4956endif
    5057
Note: See TracChangeset for help on using the changeset viewer.