]> rtime.felk.cvut.cz Git - zynq/linux-build.git/commitdiff
Minor updates
authorMichal Sojka <michal.sojka@cvut.cz>
Wed, 23 Oct 2019 22:09:58 +0000 (00:09 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 23 Oct 2019 22:09:58 +0000 (00:09 +0200)
README
build/Makefile

diff --git a/README b/README
index 43ff50f58d37b7a6e1a489172b6df46a52af79a3..28de0d53d7efc241bf12abbb5182bd130735494f 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 1. Install arm-linux-gnueabihf-gcc compiler (on Debian package gcc-arm-linux-gnueabihf)
 2. git submodule update --init [--reference <other linux repo>]
 3. cd build
-4. make
-5. ./boot-ram -t mzapo
+4. make [-j$(nproc)]
+5. ./xlnx_4.9/boot-ram -t mzapo
index 08867d25feefac31aecae75822e50b5c07abc339..0171bc45a29fb724892233b6b786c664d7113f60 100644 (file)
@@ -1,5 +1,5 @@
 all:
-       make -C buildroot
-       make -C u-boot-xlnx
-       make -C xlnx_4.9
+       $(MAKE) -C buildroot -j1
+       $(MAKE) -C u-boot-xlnx
+       $(MAKE) -C xlnx_4.9