mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
arch/x86/pci_ops_conf1.c is already linked into stage1 and SHARED.
Don't link it into initram as well. With this change, I can compile stage0, stage1, initram and large parts of stage2 without problems for the M57SLI target. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://coreboot.org/repository/coreboot-v3@770 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
1b3d2c1a0b
commit
e855c968c1
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ STAGE0_MAINBOARD_OBJ := $(obj)/mainboard/$(MAINBOARDDIR)/stage1.o \
|
|||
|
||||
INITRAM_SRC= $(src)/mainboard/$(MAINBOARDDIR)/initram.c \
|
||||
$(src)/northbridge/amd/k8/raminit.c \
|
||||
$(src)/arch/x86/pci_ops_conf1.c \
|
||||
$(src)/southbridge/nvidia/mcp55/stage1_smbus.c \
|
||||
$(src)/lib/clog2.c
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue