Changes in uspace/Makefile [b9eb93f:4317827] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rb9eb93f r4317827 49 49 app/trace \ 50 50 app/top \ 51 app/usbinfo \52 51 app/virtusbkbd \ 53 52 app/netecho \ … … 88 87 srv/net/net \ 89 88 drv/root \ 90 drv/rootvirt \ 91 drv/test1 \ 92 drv/test2 89 drv/vhc 93 90 94 91 ## Networking … … 113 110 114 111 ifeq ($(UARCH),amd64) 115 DIRS += drv/rootpc 112 endif 113 114 ifeq ($(UARCH),ia32) 115 DIRS += drv/rootia32 116 116 DIRS += drv/pciintel 117 117 DIRS += drv/isa … … 120 120 DIRS += drv/usbhub 121 121 DIRS += drv/usbkbd 122 DIRS += drv/vhc123 endif124 125 ifeq ($(UARCH),ia32)126 DIRS += drv/rootpc127 DIRS += drv/pciintel128 DIRS += drv/isa129 DIRS += drv/ns8250130 DIRS += drv/uhci131 DIRS += drv/usbhub132 DIRS += drv/usbkbd133 DIRS += drv/vhc134 122 endif 135 123
Note:
See TracChangeset
for help on using the changeset viewer.