Changeset 178673c in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-11-30T00:38:54Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab3a851
Parents:
6f9e7fea
Message:

rootia32 driver works for amd64 as well

The driver was renamed to rootpc and is available for both
ia32 and amd64.

The PCI and NS8250 drivers were fixed to be compilable under amd64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r6f9e7fea r178673c  
    110110
    111111ifeq ($(UARCH),amd64)
     112        DIRS += drv/rootpc
     113        DIRS += drv/pciintel
     114        DIRS += drv/isa
     115        DIRS += drv/ns8250
    112116endif
    113117
    114118ifeq ($(UARCH),ia32)
    115         DIRS += drv/rootia32
     119        DIRS += drv/rootpc
    116120        DIRS += drv/pciintel
    117121        DIRS += drv/isa
Note: See TracChangeset for help on using the changeset viewer.