Changeset 5eb5dcf in mainline for uspace/srv/hid/kbd/Makefile.build
- Timestamp:
- 2010-01-06T20:56:04Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fccc236
- Parents:
- 002252a (diff), eca2435 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/Makefile.build
r002252a r5eb5dcf 49 49 ifeq ($(UARCH),amd64) 50 50 SOURCES += \ 51 port/ i8042.c \51 port/chardev.c \ 52 52 ctl/pc.c 53 53 endif … … 75 75 ifeq ($(UARCH),ia32) 76 76 SOURCES += \ 77 port/ i8042.c \77 port/chardev.c \ 78 78 ctl/pc.c 79 79 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 … … 159 159 %.o: %.c $(DEPEND) 160 160 $(CC) $(DEFS) $(CFLAGS) -c $< -o $@ 161 ifeq ($(PRECHECK),y) 162 $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS) 163 endif 161 164 162 165 $(DEPEND):
Note:
See TracChangeset
for help on using the changeset viewer.