Changeset 5d8d71e in mainline for kernel/genarch/Makefile.inc


Ignore:
Timestamp:
2009-03-03T21:17:45Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06f96234
Parents:
c22e964
Message:

Move multiboot parsing to genarch/*/multiboot and adapt it for use with both ia32 and amd64. Multiboot info parsing now supported on amd64, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    rc22e964 r5d8d71e  
    102102endif
    103103
     104ifeq ($(CONFIG_MULTIBOOT), y)
     105        GENARCH_SOURCES += \
     106                genarch/src/multiboot/multiboot.c
     107endif
     108
    104109ifeq ($(CONFIG_EGA), y)
    105110        GENARCH_SOURCES += \
Note: See TracChangeset for help on using the changeset viewer.