summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2014-09-27 11:37:46 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2014-10-02 10:26:58 +0200
commit758f26aa2dd7447267ac7e08b32ef157fc55a755 (patch)
tree1d9972b1beb3d25ba79aeab11a21c2cb3b1d1db2 /Makefile.inc
parente87ee14449fb549be09d6a5de10185f182efdc79 (diff)
downloadcoreboot-758f26aa2dd7447267ac7e08b32ef157fc55a755.tar.xz
nvidia/cbootimage: avoid upstream's build system
It brings in useless dependencies, a weird autotools configuration, and tons of pain everywhere. Instead just build things ourselves. Change-Id: I67f06e711cb9dcd594363bc1a4f99d3273074549 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/6986 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 382eead016..d307c60dec 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -308,14 +308,7 @@ $(FLETCHER): $(top)/util/fletcher/fletcher.c
CBOOTIMAGE:=$(objutil)/cbootimage/cbootimage
-$(CBOOTIMAGE): $(top)/util/nvidia-cbootimage/Makefile
- @printf " MAKE $(subst $(obj)/,,$(@))\n"
- $(MAKE) -C $(top)/util/nvidia-cbootimage
- cp $(top)/util/nvidia-cbootimage/src/cbootimage $@
-
-$(top)/util/nvidia-cbootimage/Makefile:
- cd $(top)/util/nvidia-cbootimage/; \
- ./autogen.sh >/dev/null
+subdirs-y += util/nvidia
#######################################################################
# needed objects that every mainboard uses