mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
small dependency fix, plus make oldconfig & co need libintl, too :)
(trivial) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/coreboot-v3@842 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
fd31dee2a6
commit
87adbc377b
2 changed files with 4 additions and 1 deletions
|
@ -32,3 +32,6 @@ STAGE2_DEVICE_SRC = device.c device_util.c root_device.c \
|
|||
ifeq ($(CONFIG_NORTHBRIDGE_AMD_K8),y)
|
||||
STAGE2_DEVICE_SRC += hypertransport.c
|
||||
endif
|
||||
|
||||
|
||||
$(obj)/device/pci_device.o: $(src)/device/pci_device.c $(obj)/statictree.h
|
||||
|
|
|
@ -106,7 +106,7 @@ $(obj)/util/kconfig/mconf: $(patsubst %,$(obj)/util/kconfig/%,$(mconf-objects))
|
|||
|
||||
$(obj)/util/kconfig/conf: $(patsubst %,$(obj)/util/kconfig/%,$(conf-objects))
|
||||
$(Q)printf " HOSTCC $(subst $(shell pwd)/,,$(@))\n"
|
||||
$(Q)$(HOSTCC) -o $@ $^ $(CURSESLIBS)
|
||||
$(Q)$(HOSTCC) -o $@ $^ $(CURSESLIBS) $(INTLLIBS)
|
||||
|
||||
$(obj)/util/kconfig/qconf: $(patsubst %,$(obj)/util/kconfig/%,$(qconf-objects))
|
||||
$(Q)printf " HOSTCXX $(subst $(shell pwd)/,,$(@))\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue