Changes in uspace/Makefile [b9eb93f:c245f16e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rb9eb93f rc245f16e 49 49 app/trace \ 50 50 app/top \ 51 app/usbinfo \52 app/virtusbkbd \53 51 app/netecho \ 54 52 app/nettest1 \ … … 117 115 DIRS += drv/isa 118 116 DIRS += drv/ns8250 119 DIRS += drv/uhci120 DIRS += drv/usbhub121 DIRS += drv/usbkbd122 DIRS += drv/vhc123 117 endif 124 118 … … 128 122 DIRS += drv/isa 129 123 DIRS += drv/ns8250 130 DIRS += drv/uhci131 DIRS += drv/usbhub132 DIRS += drv/usbkbd133 DIRS += drv/vhc134 124 endif 135 125 … … 157 147 lib/packet \ 158 148 lib/net 159 160 ifeq ($(UARCH),amd64)161 LIBS += lib/usb162 LIBS += lib/usbvirt163 endif164 165 ifeq ($(UARCH),ia32)166 LIBS += lib/usb167 LIBS += lib/usbvirt168 endif169 149 170 150 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.