Changeset 3014e2b in mainline for uspace/srv/kbd/Makefile
- Timestamp:
- 2009-03-07T17:13:39Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 901cda3
- Parents:
- 4c84368e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/Makefile
r4c84368e r3014e2b 78 78 ctl/pc.c 79 79 endif 80 ifeq ($( UARCH), ia64)80 ifeq ($(MACHINE), i640GX) 81 81 GENARCH_SOURCES += \ 82 82 port/i8042.c \ 83 83 ctl/pc.c 84 endif 85 ifeq ($(MACHINE), ski) 86 GENARCH_SOURCES += \ 87 port/ski.c \ 88 ctl/stty.c 84 89 endif 85 90 ifeq ($(MACHINE), msim)
Note:
See TracChangeset
for help on using the changeset viewer.