Changes in uspace/Makefile [acc7ce4:c2f3e0b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
racc7ce4 rc2f3e0b 108 108 109 109 ifeq ($(UARCH),amd64) 110 DIRS += \ 111 drv/rootpc \ 112 drv/pciintel \ 113 drv/isa \ 114 drv/ns8250 \ 115 srv/hw/irc/apic \ 116 srv/hw/irc/i8259 110 DIRS += drv/rootpc 111 DIRS += drv/pciintel 112 DIRS += drv/isa 113 DIRS += drv/ns8250 117 114 endif 118 115 119 116 ifeq ($(UARCH),ia32) 120 DIRS += \ 121 drv/rootpc \ 122 drv/pciintel \ 123 drv/isa \ 124 drv/ns8250 \ 125 srv/hw/irc/apic \ 126 srv/hw/irc/i8259 117 DIRS += drv/rootpc 118 DIRS += drv/pciintel 119 DIRS += drv/isa 120 DIRS += drv/ns8250 127 121 endif 128 122 … … 133 127 ifeq ($(UARCH),sparc64) 134 128 DIRS += \ 135 srv/hw/ irc/fhc \136 srv/hw/ irc/obio129 srv/hw/cir/fhc \ 130 srv/hw/cir/obio 137 131 endif 138 132
Note:
See TracChangeset
for help on using the changeset viewer.