Changeset b3d513f in mainline for uspace/srv/hid/kbd/Makefile.build
- Timestamp:
- 2010-01-05T17:25:29Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 23efd30
- Parents:
- ed63298
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/Makefile.build
red63298 rb3d513f 49 49 ifeq ($(UARCH),amd64) 50 50 SOURCES += \ 51 port/ i8042.c \51 port/chardev.c \ 52 52 ctl/pc.c 53 53 endif … … 81 81 ifeq ($(MACHINE),i460GX) 82 82 SOURCES += \ 83 port/ i8042.c \83 port/chardev.c \ 84 84 ctl/pc.c 85 85 endif
Note:
See TracChangeset
for help on using the changeset viewer.