Changeset 99de22b in mainline for uspace/srv/hid/kbd/Makefile.build


Ignore:
Timestamp:
2010-01-15T18:30:25Z (14 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eeb643d
Parents:
387416b (diff), 563d6077 (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.
Message:

Merged latest trunk changes.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/kbd/Makefile.build

    r387416b r99de22b  
    4949ifeq ($(UARCH),amd64)
    5050        SOURCES += \
    51                 port/i8042.c \
     51                port/chardev.c \
    5252                ctl/pc.c
    5353endif
     
    7575ifeq ($(UARCH),ia32)
    7676        SOURCES += \
    77                 port/i8042.c \
     77                port/chardev.c \
    7878                ctl/pc.c
    7979endif
     
    8181ifeq ($(MACHINE),i460GX)
    8282        SOURCES += \
    83                 port/i8042.c \
     83                port/chardev.c \
    8484                ctl/pc.c
    8585endif
     
    159159%.o: %.c $(DEPEND)
    160160        $(CC) $(DEFS) $(CFLAGS) -c $< -o $@
     161ifeq ($(PRECHECK),y)
     162        $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)
     163endif
    161164
    162165$(DEPEND):
Note: See TracChangeset for help on using the changeset viewer.