Changeset 2e231aba in mainline for uspace/Makefile


Ignore:
Timestamp:
2014-03-16T20:50:06Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a63d216
Parents:
d52ab7b
Message:

Add some drivers to the ia64's RD image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rd52ab7b r2e231aba  
    176176#
    177177
    178 ifeq ($(UARCH),amd64)
    179         DIRS += \
    180                 drv/infrastructure/rootpc \
    181                 drv/bus/pci/pciintel \
    182                 drv/bus/isa \
    183                 drv/char/ns8250 \
    184                 drv/time/cmos-rtc \
    185                 srv/hw/irc/apic \
    186                 srv/hw/irc/i8259
    187 endif
    188 
    189 ifeq ($(UARCH),ia32)
     178ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64))
    190179        DIRS += \
    191180                drv/infrastructure/rootpc \
Note: See TracChangeset for help on using the changeset viewer.