Changeset 8048c648 in mainline for uspace/Makefile
- Timestamp:
- 2011-01-14T10:08:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f40a1e2
- Parents:
- 44bb20b (diff), 6610565b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r44bb20b r8048c648 110 110 111 111 ifeq ($(UARCH),amd64) 112 DIRS += drv/rootpc 113 DIRS += drv/pciintel 114 DIRS += drv/isa 115 DIRS += drv/ns8250 116 DIRS += drv/uhci 117 DIRS += drv/usbhub 118 DIRS += drv/usbkbd 119 DIRS += drv/vhc 112 DIRS += \ 113 drv/rootpc \ 114 drv/pciintel \ 115 drv/isa \ 116 drv/ns8250 \ 117 srv/hw/irc/apic \ 118 srv/hw/irc/i8259 \ 119 drv/uhci \ 120 drv/usbhub \ 121 drv/usbkbd \ 122 drv/vhc 120 123 endif 121 124 122 125 ifeq ($(UARCH),ia32) 123 DIRS += drv/rootpc 124 DIRS += drv/pciintel 125 DIRS += drv/isa 126 DIRS += drv/ns8250 127 DIRS += drv/uhci 128 DIRS += drv/usbhub 129 DIRS += drv/usbkbd 130 DIRS += drv/vhc 126 DIRS += \ 127 drv/rootpc \ 128 drv/pciintel \ 129 drv/isa \ 130 drv/ns8250 \ 131 srv/hw/irc/apic \ 132 srv/hw/irc/i8259 \ 133 drv/uhci \ 134 drv/usbhub \ 135 drv/usbkbd \ 136 drv/vhc 131 137 endif 132 138 … … 137 143 ifeq ($(UARCH),sparc64) 138 144 DIRS += \ 139 srv/hw/ cir/fhc \140 srv/hw/ cir/obio145 srv/hw/irc/fhc \ 146 srv/hw/irc/obio 141 147 endif 142 148
Note:
See TracChangeset
for help on using the changeset viewer.