Changeset 5eb5dcf in mainline for uspace/srv/hid/kbd/Makefile.build


Ignore:
Timestamp:
2010-01-06T20:56:04Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
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.
Message:

Merge mainline changes

File:
1 moved

Legend:

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

    r002252a r5eb5dcf  
    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.