Changes in uspace/Makefile [c6f08726:336d2f52] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rc6f08726 r336d2f52 81 81 srv/fs/devfs \ 82 82 srv/fs/ext2fs \ 83 srv/hid/console \84 83 srv/hid/s3c24xx_ts \ 85 84 srv/hid/fb \ … … 122 121 # 123 122 123 ifneq ($(UARCH),abs32le) 124 DIRS += srv/hid/console 125 endif 126 124 127 ifeq ($(UARCH),amd64) 125 128 DIRS += \ … … 166 169 lib/drv \ 167 170 lib/packet \ 168 lib/imgmap \169 171 lib/net \ 170 172 lib/ext2 \
Note:
See TracChangeset
for help on using the changeset viewer.