Changeset 02f441c0 in mainline for genarch/Makefile.inc


Ignore:
Timestamp:
2006-02-27T17:10:04Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
30ab05f
Parents:
481c520
Message:

Move i8042 driver to genarch as it might be used by more architectures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genarch/Makefile.inc

    r481c520 r02f441c0  
    6969        DEFS += -DCONFIG_FB
    7070endif
     71
     72## i8042 controller
     73ifeq ($(CONFIG_I8042),y)
     74        GENARCH_SOURCES += \
     75                genarch/src/i8042/i8042.c
     76endif
Note: See TracChangeset for help on using the changeset viewer.