Changeset 7c34b28f in mainline for uspace/Makefile
- Timestamp:
- 2011-01-07T15:10:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 61bfc370
- Parents:
- 3d5e190 (diff), acc7ce4 (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
r3d5e190 r7c34b28f 108 108 109 109 ifeq ($(UARCH),amd64) 110 DIRS += drv/rootpc 111 DIRS += drv/pciintel 112 DIRS += drv/isa 113 DIRS += drv/ns8250 110 DIRS += \ 111 drv/rootpc \ 112 drv/pciintel \ 113 drv/isa \ 114 drv/ns8250 \ 115 srv/hw/irc/apic \ 116 srv/hw/irc/i8259 114 117 endif 115 118 116 119 ifeq ($(UARCH),ia32) 117 DIRS += drv/rootpc 118 DIRS += drv/pciintel 119 DIRS += drv/isa 120 DIRS += drv/ns8250 120 DIRS += \ 121 drv/rootpc \ 122 drv/pciintel \ 123 drv/isa \ 124 drv/ns8250 \ 125 srv/hw/irc/apic \ 126 srv/hw/irc/i8259 121 127 endif 122 128 … … 127 133 ifeq ($(UARCH),sparc64) 128 134 DIRS += \ 129 srv/hw/ cir/fhc \130 srv/hw/ cir/obio135 srv/hw/irc/fhc \ 136 srv/hw/irc/obio 131 137 endif 132 138
Note:
See TracChangeset
for help on using the changeset viewer.