From 925ce05f81970e95a95c404b4eca294676692dc5 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Mon, 27 Jul 2009 19:59:36 +0000 Subject: [PATCH] Fix out of tree build broken by 791e08c753a9f9be3c3880b4ea83b6dfa4b6ccad Signed-off-by: Blue Swirl --- pc-bios/optionrom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc-bios/optionrom/Makefile b/pc-bios/optionrom/Makefile index b3f487b6b6..ace142d292 100644 --- a/pc-bios/optionrom/Makefile +++ b/pc-bios/optionrom/Makefile @@ -1,7 +1,7 @@ all: build-all include ../../config-host.mak -include ../../rules.mak +include $(SRC_PATH)/rules.mak VPATH=$(SRC_PATH)/pc-bios/optionrom