Changeset e3dd773 in mainline


Ignore:
Timestamp:
2006-04-13T08:54:23Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3319862
Parents:
a8844e0
Message:

Load pci module on ia32 and amd64.

Location:
arch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/Makefile.inc

    ra8844e0 re3dd773  
    3434        e2cp $(USPACEDIR)/init/init image.boot:/init
    3535        e2cp $(USPACEDIR)/ns/ns image.boot:/ns
     36        e2cp $(USPACEDIR)/pci/pci image.boot:/pci
    3637
    3738clean: clean_kernel clean_uspace
  • arch/ia32/Makefile.inc

    ra8844e0 re3dd773  
    3434        e2cp $(USPACEDIR)/init/init image.boot:/init
    3535        e2cp $(USPACEDIR)/ns/ns image.boot:/ns
     36        e2cp $(USPACEDIR)/pci/pci image.boot:/pci
    3637
    3738clean: clean_kernel clean_uspace
Note: See TracChangeset for help on using the changeset viewer.