Changeset 684f767 in mainline for uspace/Makefile
- Timestamp:
- 2010-02-16T16:38:23Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3f4005f
- Parents:
- 0eda6e09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r0eda6e09 r684f767 60 60 srv/fs/devfs \ 61 61 srv/hid/adb_mouse \ 62 srv/hid/console \63 62 srv/hid/char_mouse \ 64 63 srv/hid/fb \ 65 64 srv/hid/kbd \ 66 65 srv/hw/char/i8042 66 67 ifneq ($(UARCH),abs32le) 68 DIRS += srv/hid/console 69 endif 67 70 68 71 ifeq ($(UARCH),amd64)
Note:
See TracChangeset
for help on using the changeset viewer.