Changes in uspace/Makefile [5f88293:d362410] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r5f88293 rd362410 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/blkdump \38 app/bnchmark \39 37 app/edit \ 40 app/ext2info \41 38 app/getterm \ 42 39 app/init \ … … 44 41 app/killall \ 45 42 app/klog \ 46 app/lsusb \47 43 app/mkfat \ 48 44 app/redir \ … … 51 47 app/taskdump \ 52 48 app/tester \ 53 app/testread \54 49 app/tetris \ 55 50 app/trace \ 56 51 app/top \ 57 app/usbinfo \58 app/vuhid \59 52 app/netecho \ 60 53 app/nettest1 \ … … 63 56 app/websrv \ 64 57 app/sysinfo \ 65 app/mkbd \66 58 srv/clip \ 67 59 srv/devmap \ … … 80 72 srv/fs/tmpfs \ 81 73 srv/fs/devfs \ 82 srv/fs/ext2fs \83 74 srv/hid/adb_mouse \ 84 75 srv/hid/char_mouse \ 85 76 srv/hid/s3c24xx_ts \ 86 77 srv/hid/fb \ 87 srv/hid/ input\78 srv/hid/kbd \ 88 79 srv/hw/char/i8042 \ 89 80 srv/hw/char/s3c24xx_uart \ … … 100 91 drv/test1 \ 101 92 drv/test2 \ 102 drv/test3 \ 103 drv/ehci_hcd \ 104 drv/ohci \ 105 drv/uhci_hcd \ 106 drv/uhci_rhd \ 107 drv/usbflbk \ 108 drv/usbhid \ 109 drv/usbhub \ 110 drv/usbmast \ 111 drv/usbmid \ 112 drv/usbmouse \ 113 drv/vhc 93 drv/test3 114 94 115 95 ## Networking … … 169 149 lib/drv \ 170 150 lib/packet \ 171 lib/net \ 172 lib/ext2 \ 173 lib/usb \ 174 lib/usbhost \ 175 lib/usbdev \ 176 lib/usbhid \ 177 lib/usbvirt 151 lib/net 178 152 179 153 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.