Changeset 02f441c0 in mainline for arch/amd64/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
  • arch/amd64/Makefile.inc

    r481c520 r02f441c0  
    6464CONFIG_PAGE_PT = y
    6565
     66## Compile with i8042 support.
     67#
     68
     69CONFIG_I8042 = y
     70
    6671## Accepted configuration directives
    6772#
     
    8590        arch/$(ARCH)/src/context.S \
    8691        arch/$(ARCH)/src/drivers/ega.c \
    87         arch/$(ARCH)/src/drivers/i8042.c \
    8892        arch/$(ARCH)/src/drivers/i8254.c \
    8993        arch/$(ARCH)/src/drivers/i8259.c \
Note: See TracChangeset for help on using the changeset viewer.