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