Changes in uspace/Makefile [f63a591d:cc3c2a1c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rf63a591d rcc3c2a1c 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.