From 0efc13dc2e9a2ccb23af3c0ee8f9a539f75d47e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Apr 2015 21:54:11 +0200 Subject: Fix problem with test dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ed06ec..6409b7b 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ scripts/buildroot/system/skeleton/usr/share/%: build: mkdir -p $@ -$(BUILDROOT_INITRAM): scripts/buildroot/.config +$(BUILDROOT_INITRAM): scripts/buildroot/.config scripts/buildroot/system/skeleton/usr/bin/linux-conf-perf $(BENCHMARK_FILES) @$(MAKE) -C scripts/buildroot $(INITRAM): build -- cgit v1.2.3