Changes in uspace/Makefile [07b9203e:c245f16e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r07b9203e rc245f16e 49 49 app/trace \ 50 50 app/top \ 51 app/usbinfo \52 app/virtusbkbd \53 51 app/netecho \ 54 52 app/nettest1 \ … … 88 86 srv/net/net \ 89 87 drv/root \ 90 drv/vhc 88 drv/rootvirt \ 89 drv/test1 \ 90 drv/test2 91 91 92 92 ## Networking … … 111 111 112 112 ifeq ($(UARCH),amd64) 113 DIRS += drv/rootpc 114 DIRS += drv/pciintel 115 DIRS += drv/isa 116 DIRS += drv/ns8250 113 117 endif 114 118 115 119 ifeq ($(UARCH),ia32) 116 DIRS += drv/root ia32120 DIRS += drv/rootpc 117 121 DIRS += drv/pciintel 118 122 DIRS += drv/isa 119 123 DIRS += drv/ns8250 120 DIRS += drv/uhci121 DIRS += drv/usbhub122 DIRS += drv/usbkbd123 124 endif 124 125 … … 146 147 lib/packet \ 147 148 lib/net 148 149 ifeq ($(UARCH),amd64)150 LIBS += lib/usb151 LIBS += lib/usbvirt152 endif153 154 ifeq ($(UARCH),ia32)155 LIBS += lib/usb156 LIBS += lib/usbvirt157 endif158 149 159 150 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.