Changeset 237

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

FILO wasn't looking in the correct location for the platform config file.

Signed-off-by: Marc Jones <marc.jones@…>
Acked-by: Jordan Crouse <jordan.crouse@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buildrom-devel/packages/filo/filo.mk

    r227 r237  
    2020 
    2121ifeq ($(shell if [ -f $(PACKAGE_DIR)/filo/conf/customconfig--$(PAYLOAD)--$(COREBOOT_VENDOR)-$(COREBOOT_BOARD) ]; then echo 1; fi),1) 
    22         FILO_CONFIG = customconfig--$(PAYLOAD)--$(COREBOOT_VENDOR)-$(COREBOOT_BOARD) 
     22        FILO_CONFIG = $(PACKAGE_DIR)/filo/conf/customconfig--$(PAYLOAD)--$(COREBOOT_VENDOR)-$(COREBOOT_BOARD) 
    2323else 
    2424        FILO_CONFIG = $(FILO_SRC_DIR)/configs/defconfig