Changes in uspace/Makefile [cc3c2a1c:c245f16e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rcc3c2a1c rc245f16e 46 46 app/tasks \ 47 47 app/tester \ 48 app/test_serial \49 48 app/tetris \ 50 49 app/trace \ … … 86 85 srv/net/tl/tcp \ 87 86 srv/net/net \ 88 drv/root 87 drv/root \ 88 drv/rootvirt \ 89 drv/test1 \ 90 drv/test2 89 91 90 92 ## Networking … … 109 111 110 112 ifeq ($(UARCH),amd64) 113 DIRS += drv/rootpc 114 DIRS += drv/pciintel 115 DIRS += drv/isa 116 DIRS += drv/ns8250 111 117 endif 112 118 113 119 ifeq ($(UARCH),ia32) 114 DIRS += drv/root ia32120 DIRS += drv/rootpc 115 121 DIRS += drv/pciintel 116 122 DIRS += drv/isa
Note:
See TracChangeset
for help on using the changeset viewer.