Incomplete implementation of libpci's (of pciutils) interface.
No pciutils code was harmed in its production - this code was written by looking at flashrom's expectations, so there's no license pollution. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5645 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -77,7 +77,7 @@ ARCHDIR-$(CONFIG_TARGET_POWERPC) := powerpc
|
||||
PLATFORM-y += arch/$(ARCHDIR-y)/Makefile.inc
|
||||
TARGETS-y :=
|
||||
|
||||
BUILD-y := crypto/Makefile.inc libc/Makefile.inc drivers/Makefile.inc
|
||||
BUILD-y := crypto/Makefile.inc libc/Makefile.inc drivers/Makefile.inc libpci/Makefile.inc
|
||||
BUILD-$(CONFIG_TINYCURSES) += curses/Makefile.inc
|
||||
|
||||
# The primary target needs to be here before we include the
|
||||
@@ -145,7 +145,7 @@ prepare:
|
||||
$(Q)mkdir -p $(obj)/util/kconfig/lxdialog
|
||||
$(Q)mkdir -p $(obj)/crypto $(obj)/curses $(obj)/drivers/video
|
||||
$(Q)mkdir -p $(obj)/drivers/usb
|
||||
$(Q)mkdir -p $(obj)/arch/$(ARCHDIR-y) $(obj)/lib/$(ARCHDIR-y) $(obj)/libc
|
||||
$(Q)mkdir -p $(obj)/arch/$(ARCHDIR-y) $(obj)/lib/$(ARCHDIR-y) $(obj)/libc $(obj)/libpci
|
||||
$(Q)mkdir -p $(obj)/lib/$(ARCHDIR-y)
|
||||
$(Q)mkdir -p $(obj)/include
|
||||
|
||||
|
Reference in New Issue
Block a user