Changeset c2417bc in mainline for kernel/genarch/Makefile.inc


Ignore:
Timestamp:
2009-04-21T12:46:26Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f2d2c7ba
Parents:
44b7783
Message:

change the way how input devices are wired together according to ticket #44
(also the proposal http://lists.modry.cz/cgi-bin/private/helenos-devel/2009-March/002507.html)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    r44b7783 rc2417bc  
    9494endif
    9595
     96ifeq ($(CONFIG_VIA_CUDA),y)
     97        GENARCH_SOURCES += \
     98                genarch/src/drivers/via-cuda/cuda.c
     99endif
     100
    96101ifeq ($(CONFIG_PC_KBD),y)
    97102        GENARCH_SOURCES += \
Note: See TracChangeset for help on using the changeset viewer.