Changeset 237
- Timestamp:
- 09/27/08 00:24:05 (2 months ago)
- Files:
-
- 1 modified
-
buildrom-devel/packages/filo/filo.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
buildrom-devel/packages/filo/filo.mk
r227 r237 20 20 21 21 ifeq ($(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) 23 23 else 24 24 FILO_CONFIG = $(FILO_SRC_DIR)/configs/defconfig
