Changeset 233

Show
Ignore:
Timestamp:
09/24/08 00:02:55 (2 months ago)
Author:
jcrouse
Message:

buildrom: Copy the dbm690t vbios to deploy/

Copy the dbm690t video BIOS to the deploy directory as per our
policy to put all distributed parts together.

Signed-off-by: Jordan Crouse <jordan.crouse@…>
Acked-by: Ward Vandewege <ward@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buildrom-devel/packages/roms/amd_r690.mk

    r230 r233  
    11ifeq ($(CONFIG_AMD_R690_USE_VBIOS),y) 
    2 OPTIONROM_TARGETS += $(AMD_R690_VBIOS_LOCATION) 
    3 CBV2_PREPEND := $(AMD_R690_VBIOS_LOCATION) 
     2R690_TARGET_ROM := $(shell basename $(AMD_R690_VBIOS_LOCATION)) 
     3OPTIONROM_TARGETS += $(OUTPUT_DIR)/roms/$(R690_TARGET_ROM) 
     4CBV2_PREPEND := $(OUTPUT_DIR)/roms/$(R690_TARGET_ROM) 
    45endif 
    56 
     
    1011        @ echo "Unable to find $(AMD_R690_VBIOS_LOCATION)" 
    1112        @ exit 1 
     13 
     14$(OUTPUT_DIR)/roms/$(R690_TARGET_ROM): $(AMD_R690_VBIOS_LOCATION) 
     15        @ mkdir -p $(OUTPUT_DIR)/roms 
     16        @ cp $< $@