Changes in uspace/Makefile [ef4b112:c7137738] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
ref4b112 rc7137738 50 50 app/trace \ 51 51 app/top \ 52 app/usb \ 53 app/virtusbkbd \ 52 54 app/netstart \ 53 55 app/netecho \ … … 79 81 srv/hw/char/s3c24xx_uart \ 80 82 srv/hw/netif/dp8390 \ 83 srv/hw/bus/usb/hcd/virtual \ 81 84 srv/net/cfg \ 82 85 srv/net/netif/lo \ … … 117 120 DIRS += drv/isa 118 121 DIRS += drv/ns8250 122 DIRS += drv/uhci 123 DIRS += drv/usbkbd 119 124 endif 120 125 … … 142 147 lib/packet \ 143 148 lib/net 149 150 ifeq ($(UARCH),amd64) 151 LIBS += lib/usb 152 LIBS += lib/usbvirt 153 endif 154 155 ifeq ($(UARCH),ia32) 156 LIBS += lib/usb 157 LIBS += lib/usbvirt 158 endif 144 159 145 160 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.