Makefile.inc: build ifdtool using its own makefile
Change-Id: I67c73c101b928d104e231064e05d367bf9584730 Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-on: https://review.coreboot.org/16571 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
746b6abea5
commit
c7702536ed
|
@ -429,9 +429,10 @@ $(ROMCC_BIN): $(top)/util/romcc/romcc.c
|
||||||
$(HOSTCC) -g $(STACK) -Wall -o $@ $<
|
$(HOSTCC) -g $(STACK) -Wall -o $@ $<
|
||||||
|
|
||||||
IFDTOOL:=$(objutil)/ifdtool/ifdtool
|
IFDTOOL:=$(objutil)/ifdtool/ifdtool
|
||||||
$(IFDTOOL): $(top)/util/ifdtool/ifdtool.c
|
$(IFDTOOL):
|
||||||
@printf " HOSTCC $(subst $(obj)/,,$(@))\n"
|
@printf " Compile IFDTOOL\n"
|
||||||
$(HOSTCC) $(HOSTCFLAGS) -o $@ $<
|
$(MAKE) -C $(top)/util/ifdtool
|
||||||
|
cp -a $(top)/util/ifdtool/ifdtool $@
|
||||||
|
|
||||||
IFDFAKE:=$(objutil)/ifdfake/ifdfake
|
IFDFAKE:=$(objutil)/ifdfake/ifdfake
|
||||||
$(IFDFAKE): $(top)/util/ifdfake/ifdfake.c
|
$(IFDFAKE): $(top)/util/ifdfake/ifdfake.c
|
||||||
|
|
Loading…
Reference in New Issue