Commit 925ce05f81970e95a95c404b4eca294676692dc5

Authored by Blue Swirl
1 parent 73bcc2ac

Fix out of tree build broken by 791e08c7

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions
pc-bios/optionrom/Makefile
1 all: build-all 1 all: build-all
2 2
3 include ../../config-host.mak 3 include ../../config-host.mak
4 -include ../../rules.mak 4 +include $(SRC_PATH)/rules.mak
5 5
6 VPATH=$(SRC_PATH)/pc-bios/optionrom 6 VPATH=$(SRC_PATH)/pc-bios/optionrom
7 7