Changeset 43847ba in mainline for uspace/srv/kbd/Makefile


Ignore:
Timestamp:
2009-04-25T22:25:22Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e7afdbc
Parents:
a31efeb
Message:

Select correct kbd controller driver on bgxemul.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/Makefile

    ra31efeb r43847ba  
    113113ifeq ($(MACHINE), bgxemul)
    114114        GENARCH_SOURCES += \
    115                 port/gxemul.c \
    116                 ctl/stty.c
     115                port/gxemul.c
     116       
     117        ifeq ($(CONFIG_FB), y)
     118                GENARCH_SOURCES += \
     119                        ctl/gxe_fb.c
     120        else
     121                GENARCH_SOURCES += \
     122                        ctl/stty.c
     123        endif
    117124endif
    118125
Note: See TracChangeset for help on using the changeset viewer.