Changeset 75732da in mainline for uspace/Makefile
- Timestamp:
- 2010-12-13T07:20:20Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 309dea52
- Parents:
- 84439d7 (diff), 37f7cfe (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
r84439d7 r75732da 49 49 app/trace \ 50 50 app/top \ 51 app/usbinfo \ 51 52 app/virtusbkbd \ 52 53 app/netecho \ … … 87 88 srv/net/net \ 88 89 drv/root \ 89 drv/vhc 90 drv/rootvirt \ 91 drv/test1 \ 92 drv/test2 90 93 91 94 ## Networking … … 110 113 111 114 ifeq ($(UARCH),amd64) 112 endif 113 114 ifeq ($(UARCH),ia32) 115 DIRS += drv/rootia32 115 DIRS += drv/rootpc 116 116 DIRS += drv/pciintel 117 117 DIRS += drv/isa … … 120 120 DIRS += drv/usbhub 121 121 DIRS += drv/usbkbd 122 DIRS += drv/vhc 123 endif 124 125 ifeq ($(UARCH),ia32) 126 DIRS += drv/rootpc 127 DIRS += drv/pciintel 128 DIRS += drv/isa 129 DIRS += drv/ns8250 130 DIRS += drv/uhci 131 DIRS += drv/usbhub 132 DIRS += drv/usbkbd 133 DIRS += drv/vhc 122 134 endif 123 135
Note:
See TracChangeset
for help on using the changeset viewer.