diff --git a/device/Makefile b/device/Makefile index 88f1ada8ac..c1ad401eaa 100644 --- a/device/Makefile +++ b/device/Makefile @@ -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 diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile index a7c712e9f4..a57a73bdf8 100644 --- a/util/kconfig/Makefile +++ b/util/kconfig/Makefile @@ -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"