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