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


Ignore:
Timestamp:
2010-01-05T17:25:29Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
23efd30
Parents:
ed63298
Message:

restructure servers into a more well-arranged hierarchy

File:
1 moved

Legend:

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

    red63298 rb3d513f  
    4949ifeq ($(UARCH),amd64)
    5050        SOURCES += \
    51                 port/i8042.c \
     51                port/chardev.c \
    5252                ctl/pc.c
    5353endif
     
    8181ifeq ($(MACHINE),i460GX)
    8282        SOURCES += \
    83                 port/i8042.c \
     83                port/chardev.c \
    8484                ctl/pc.c
    8585endif
Note: See TracChangeset for help on using the changeset viewer.