aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-10 16:01:02 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-10 16:01:02 +0200
commit0c6cc6cda623575b2bafa0c5f959b4289e94fd5b (patch)
tree0a5d683ac45733b574d71a4e36c9bcab7b72c4b1 /Makefile
parent805662f74dbdeb6517783352c7468ac4e0e52222 (diff)
downloadlinux-conf-perf-0c6cc6cda623575b2bafa0c5f959b4289e94fd5b.tar.gz
linux-conf-perf-0c6cc6cda623575b2bafa0c5f959b4289e94fd5b.tar.bz2
linux-conf-perf-0c6cc6cda623575b2bafa0c5f959b4289e94fd5b.zip
Fix buildroot Makefile dependency
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0a7e260..d9a2c2c 100644
--- a/Makefile
+++ b/Makefile
@@ -90,15 +90,15 @@ write_config:
permute:
@$(MAKE) -C scripts/permute/
-$(BUILDROOT_INITRAM): scripts/buildroot/.config scripts/buildroot/system/skeleton/usr/bin/linux-conf-perf
+$(BUILDROOT_INITRAM): buildroot/.config buildroot/system/skeleton/usr/bin/linux-conf-perf
@$(MAKE) -C scripts/buildroot
-scripts/buildroot/.config:
+buildroot/.config:
cp $(BUILDROOT_DEF_CONFIG) $@
-scripts/buildroot/system/skeleton/usr/bin/linux-conf-perf:
+buildroot/system/skeleton/usr/bin/linux-conf-perf:
cp $(BUILDROOT_INITSCRIPT) $@
- cat $(BUILDROOT_INITTAB_DIRECTIVE) >> scripts/buildroot/system/skeleton/etc/inittab
+ cat $(BUILDROOT_INITTAB_DIRECTIVE) >> buildroot/system/skeleton/etc/inittab
picosat: scripts/picosat-959/picosat
scripts/picosat-959/picosat: