Changeset 3b3e776 in mainline for uspace/srv/hid/kbd/Makefile.build


Ignore:
Timestamp:
2010-02-05T10:57:50Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0358da0
Parents:
3f085132 (diff), b4cbef1 (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 with head

File:
1 moved

Legend:

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

    r3f085132 r3b3e776  
    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
     
    125125ifeq ($(UARCH),ppc32)
    126126        SOURCES += \
    127                 port/dummy.c \
    128                 ctl/stty.c
     127                port/adb.c \
     128                ctl/apple.c
    129129endif
    130130
     
    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.