Changes in uspace/Makefile [48e3190:3e67ab1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r48e3190 r3e67ab1 47 47 app/klog \ 48 48 app/loc \ 49 app/lsusb \ 49 50 app/mkfat \ 50 51 app/mkexfat \ … … 58 59 app/tester \ 59 60 app/testread \ 60 app/testwrit \61 61 app/tetris \ 62 62 app/trace \ … … 72 72 app/mkbd \ 73 73 app/websrv \ 74 app/vdemo \75 app/vlaunch \76 app/vterm \77 74 srv/clipboard \ 78 75 srv/locsrv \ … … 88 85 srv/vfs \ 89 86 srv/bd/ata_bd \ 90 srv/bd/sata_bd \91 87 srv/bd/file_bd \ 92 88 srv/bd/gxe_bd \ … … 95 91 srv/bd/part/mbr_part \ 96 92 srv/fs/exfat \ 97 srv/fs/udf \98 93 srv/fs/fat \ 99 94 srv/fs/cdfs \ … … 102 97 srv/fs/locfs \ 103 98 srv/fs/ext2fs \ 104 srv/fs/ext4fs \105 srv/hid/compositor \106 99 srv/hid/console \ 107 100 srv/hid/s3c24xx_ts \ 108 srv/hid/ isdv4_tablet\101 srv/hid/fb \ 109 102 srv/hid/input \ 110 srv/hid/output \111 103 srv/hid/remcons \ 112 104 srv/hw/char/s3c24xx_uart \ 113 105 drv/infrastructure/root \ 114 106 drv/infrastructure/rootvirt \ 115 drv/block/ahci \116 107 drv/char/i8042 \ 117 108 drv/char/ps2mouse \ … … 120 111 drv/test/test2 \ 121 112 drv/test/test3 \ 122 drv/fb/kfb \123 113 drv/bus/usb/ehci \ 124 114 drv/bus/usb/ohci \ … … 148 138 endif 149 139 150 ifeq ($(CONFIG_MSIM),y)151 DIRS += \152 app/msim153 endif154 155 140 ## Platform-specific hardware support 156 141 # … … 179 164 DIRS += \ 180 165 drv/infrastructure/rootmac \ 181 drv/bus/pci/pciintel \182 166 srv/hw/bus/cuda_adb 183 167 endif … … 201 185 lib/softfloat \ 202 186 lib/drv \ 203 lib/graph \ 204 lib/gui \ 205 lib/softrend \ 206 lib/draw \ 187 lib/fb \ 207 188 lib/net \ 208 189 lib/nic \ 209 190 lib/ext2 \ 210 lib/ext4 \211 191 lib/usb \ 212 192 lib/usbhost \
Note:
See TracChangeset
for help on using the changeset viewer.