aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
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