Changes in uspace/Makefile [22cf42d9:336d2f52] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r22cf42d9 r336d2f52 44 44 app/killall \ 45 45 app/klog \ 46 app/locinfo \47 46 app/lsusb \ 48 47 app/mkfat \ … … 66 65 app/mkbd \ 67 66 srv/clip \ 68 srv/ loc\67 srv/devmap \ 69 68 srv/devman \ 70 69 srv/loader \ … … 80 79 srv/fs/fat \ 81 80 srv/fs/tmpfs \ 82 srv/fs/ locfs \81 srv/fs/devfs \ 83 82 srv/fs/ext2fs \ 84 srv/hid/console \85 83 srv/hid/s3c24xx_ts \ 86 84 srv/hid/fb \ … … 123 121 # 124 122 123 ifneq ($(UARCH),abs32le) 124 DIRS += srv/hid/console 125 endif 126 125 127 ifeq ($(UARCH),amd64) 126 128 DIRS += \ … … 162 164 lib/block \ 163 165 lib/clui \ 164 lib/fmtutil \165 166 lib/scsi \ 166 167 lib/softint \ … … 168 169 lib/drv \ 169 170 lib/packet \ 170 lib/imgmap \171 171 lib/net \ 172 172 lib/ext2 \
Note:
See TracChangeset
for help on using the changeset viewer.