Changes in uspace/Makefile [2e231aba:0caa075e] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r2e231aba r0caa075e  
    176176#
    177177
    178 ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64))
     178ifeq ($(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
     187endif
     188
     189ifeq ($(UARCH),ia32)
    179190        DIRS += \
    180191                drv/infrastructure/rootpc \
Note: See TracChangeset for help on using the changeset viewer.