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