Changes in uspace/Makefile [9e279c4:3e67ab1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r9e279c4 r3e67ab1 47 47 app/klog \ 48 48 app/loc \ 49 app/lsusb \ 49 50 app/mkfat \ 50 51 app/mkexfat \ … … 84 85 srv/vfs \ 85 86 srv/bd/ata_bd \ 86 srv/bd/sata_bd \87 87 srv/bd/file_bd \ 88 88 srv/bd/gxe_bd \ … … 105 105 drv/infrastructure/root \ 106 106 drv/infrastructure/rootvirt \ 107 drv/block/ahci \108 107 drv/char/i8042 \ 109 108 drv/char/ps2mouse \ … … 139 138 endif 140 139 141 ifeq ($(CONFIG_MSIM),y)142 DIRS += \143 app/msim144 endif145 146 140 ## Platform-specific hardware support 147 141 # … … 170 164 DIRS += \ 171 165 drv/infrastructure/rootmac \ 172 drv/bus/pci/pciintel \173 166 srv/hw/bus/cuda_adb 174 167 endif
Note:
See TracChangeset
for help on using the changeset viewer.