Changes in uspace/Makefile [cc3c2a1c:f63a591d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rcc3c2a1c rf63a591d 46 46 app/tasks \ 47 47 app/tester \ 48 app/test_serial \49 48 app/tetris \ 50 49 app/trace \ 51 50 app/top \ 52 app/netecho \53 app/nettest1 \54 app/nettest2 \55 app/ping \56 51 srv/clip \ 57 52 srv/devmap \ 58 srv/devman \59 53 srv/loader \ 60 54 srv/ns \ … … 86 80 srv/net/tl/tcp \ 87 81 srv/net/net \ 88 drv/root 82 srv/net/netstart \ 83 app/netecho \ 84 app/nettest1 \ 85 app/nettest2 \ 86 app/ping 89 87 90 88 ## Networking … … 109 107 110 108 ifeq ($(UARCH),amd64) 109 DIRS += srv/hw/bus/pci 111 110 endif 112 111 113 112 ifeq ($(UARCH),ia32) 114 DIRS += drv/rootia32 115 DIRS += drv/pciintel 116 DIRS += drv/isa 117 DIRS += drv/ns8250 113 DIRS += srv/hw/bus/pci 118 114 endif 119 115 … … 138 134 lib/softint \ 139 135 lib/softfloat \ 140 lib/drv \141 136 lib/packet \ 142 137 lib/net 138 139 ifeq ($(UARCH),amd64) 140 LIBS += lib/pci 141 endif 142 143 ifeq ($(UARCH),ia32) 144 LIBS += lib/pci 145 endif 146 143 147 144 148 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.