From 07790537685ac86f771eaf8b55fcd72cb67ac280 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 9 Oct 2006 02:48:15 +0000 Subject: [PATCH] added mainboard/ to core-y. Note that the / is REQUIRED ... git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@13 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 4d227ef169..f884c68f70 100644 --- a/src/Makefile +++ b/src/Makefile @@ -438,6 +438,7 @@ CFLAGS += $(call cc-option,-Wno-pointer-sign,) export LBBUILD_IMAGE ?= linuxbios.rom startup_code.rom +core-y := mainboard/ ifeq ($(LBBUILD_COMPRESSORS),) core-y += compressors