]> rtime.felk.cvut.cz Git - zynq/linux-build.git/commitdiff
Make both the kernel and rootfs by issuing a single make
authorMartin Vajnar <martin.vajnar@cvut.cz>
Thu, 2 Nov 2017 10:27:01 +0000 (11:27 +0100)
committerMartin Vajnar <martin.vajnar@cvut.cz>
Thu, 2 Nov 2017 10:27:01 +0000 (11:27 +0100)
The resulting kernel image will contain the buildroot as initramfs.

build/Makefile [new file with mode: 0644]

diff --git a/build/Makefile b/build/Makefile
new file mode 100644 (file)
index 0000000..de825b9
--- /dev/null
@@ -0,0 +1,4 @@
+all:
+       make -C buildroot
+       make -C xlnx_4.0.8-rt6
+