Changeset 5dc9622 in mainline for boot/arch/amd64


Ignore:
Timestamp:
2010-04-18T19:44:17Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5fe1c32
Parents:
c1a8ae52
Message:

finished pseudo enumeration of ISA legacy devices (the ISA bus driver enumerates legacy devices specified in a configuration file)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/amd64/Makefile.inc

    rc1a8ae52 r5dc9622  
    4242        isa
    4343
     44RD_DRV_CONF = \
     45        isa/isa.dev
     46
    4447MODULES := $(notdir $(COMPONENTS))
    4548
     
    7578                cp $(USPACEDIR)/srv/drivers/$$driver/$$driver $(USPACEDIR)/dist/srv/drivers/$$driver/ ; \
    7679        done
     80        for drv_conf in $(RD_DRV_CONF); do \
     81                cp $(USPACEDIR)/srv/drivers/$$drv_conf $(USPACEDIR)/dist/srv/drivers/$$drv_conf ; \
     82        done
    7783        for file in $(RD_APPS) ; do \
    7884                cp $$file $(USPACEDIR)/dist/app/ ; \
     
    9399                rm -f $(USPACEDIR)/dist/srv/`basename $$file` ; \
    94100        done
     101        for drv_conf in $(RD_DRV_CONF) ; do \
     102                rm -r $(USPACEDIR)/dist/srv/drivers/$$drv_conf ; \
     103        done
    95104        for driver in $(RD_DRVS) ; do \
    96105                rm -r $(USPACEDIR)/dist/srv/drivers/$$driver ; \
Note: See TracChangeset for help on using the changeset viewer.