Changes in uspace/Makefile [b9eb93f:a3eeef45] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rb9eb93f ra3eeef45 49 49 app/trace \ 50 50 app/top \ 51 app/usbinfo \52 app/virtusbkbd \53 51 app/netecho \ 54 52 app/nettest1 \ 55 53 app/nettest2 \ 56 54 app/ping \ 55 app/sysinfo \ 57 56 srv/clip \ 58 57 srv/devmap \ … … 117 116 DIRS += drv/isa 118 117 DIRS += drv/ns8250 119 DIRS += drv/uhci120 DIRS += drv/usbhub121 DIRS += drv/usbkbd122 DIRS += drv/vhc123 118 endif 124 119 … … 128 123 DIRS += drv/isa 129 124 DIRS += drv/ns8250 130 DIRS += drv/uhci131 DIRS += drv/usbhub132 DIRS += drv/usbkbd133 DIRS += drv/vhc134 125 endif 135 126 … … 157 148 lib/packet \ 158 149 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 150 170 151 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.