Changeset 8fb1bf82 in mainline for uspace/Makefile
- Timestamp:
- 2010-11-25T13:42:50Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8df8415
- Parents:
- a93d79a (diff), eb667613 (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
ra93d79a r8fb1bf82 46 46 app/tasks \ 47 47 app/tester \ 48 app/test_serial \ 48 49 app/tetris \ 49 50 app/trace \ 50 51 app/top \ 52 app/netecho \ 53 app/nettest1 \ 54 app/nettest2 \ 55 app/ping \ 51 56 srv/clip \ 52 57 srv/devmap \ 58 srv/devman \ 53 59 srv/loader \ 54 60 srv/ns \ … … 80 86 srv/net/tl/tcp \ 81 87 srv/net/net \ 82 srv/net/netstart \ 83 app/netecho \ 84 app/nettest1 \ 85 app/nettest2 \ 86 app/ping 88 drv/root 87 89 88 90 ## Networking … … 107 109 108 110 ifeq ($(UARCH),amd64) 109 DIRS += srv/hw/bus/pci110 111 endif 111 112 112 113 ifeq ($(UARCH),ia32) 113 DIRS += srv/hw/bus/pci 114 DIRS += drv/rootia32 115 DIRS += drv/pciintel 116 DIRS += drv/isa 117 DIRS += drv/ns8250 114 118 endif 115 119 … … 134 138 lib/softint \ 135 139 lib/softfloat \ 140 lib/drv \ 136 141 lib/packet \ 137 142 lib/net 138 139 ifeq ($(UARCH),amd64)140 LIBS += lib/pci141 endif142 143 ifeq ($(UARCH),ia32)144 LIBS += lib/pci145 endif146 147 143 148 144 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.