Changeset 6ac14a70 in mainline for uspace/srv/kbd/Makefile
- Timestamp:
- 2009-07-28T12:47:31Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e73815
- Parents:
- 7038f55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/Makefile
r7038f55 r6ac14a70 62 62 63 63 ifeq ($(UARCH), arm32) 64 ifeq ($(MACHINE), testarm) 64 65 GENARCH_SOURCES += \ 65 66 port/gxemul.c … … 72 73 ctl/stty.c 73 74 endif 75 endif 76 ifeq ($(MACHINE), integratorcp) 77 GENARCH_SOURCES += \ 78 port/pl050.c \ 79 ctl/pl050.c 80 endif 74 81 endif 75 82
Note:
See TracChangeset
for help on using the changeset viewer.