mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Get rid of the conditional; this board always has PIRQ tables.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://coreboot.org/repository/coreboot-v3@626 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
f9c1ddb22e
commit
451f1fcbc6
1 changed files with 1 additions and 5 deletions
|
@ -25,11 +25,7 @@ INITRAM_OBJ = $(src)/mainboard/$(MAINBOARDDIR)/initram.c \
|
|||
$(src)/northbridge/amd/geodelx/raminit.c \
|
||||
$(src)/arch/x86/geodelx/geodelx.c
|
||||
|
||||
STAGE2_MAINBOARD_OBJ =
|
||||
|
||||
ifeq ($(CONFIG_PIRQ_TABLE),y)
|
||||
STAGE2_MAINBOARD_OBJ += irq_tables.o
|
||||
endif
|
||||
STAGE2_MAINBOARD_OBJ = irq_tables.o
|
||||
|
||||
$(obj)/coreboot.vpd:
|
||||
$(Q)printf " BUILD DUMMY VPD\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue