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

    r481c520 r02f441c0  
    8383CONFIG_PAGE_PT = y
    8484
     85## Compile with i8042 controller support
     86#
     87
     88CONFIG_I8042 = y
     89
     90
    8591## Accepted configuration directives
    8692#
     
    119125        arch/$(ARCH)/src/mm/page.c \
    120126        arch/$(ARCH)/src/mm/tlb.c \
    121         arch/$(ARCH)/src/drivers/i8042.c \
    122127        arch/$(ARCH)/src/drivers/i8254.c \
    123128        arch/$(ARCH)/src/drivers/i8259.c \
Note: See TracChangeset for help on using the changeset viewer.