]> rtime.felk.cvut.cz Git - jailhouse.git/commit
tooling: split Kbuild-related rules from the main Makefile
authorBenjamin Block <bebl@mageta.org>
Wed, 3 Sep 2014 12:53:15 +0000 (14:53 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Mon, 8 Sep 2014 11:22:00 +0000 (13:22 +0200)
commite2cc88642d94b30a6fa287de11cec9a9051642ac
treee479992a39d640f89db3693107e1bbf2f58f1901
parent867cbba772d91cd4a2e69d5e1da9471f1f511c36
tooling: split Kbuild-related rules from the main Makefile

Split all parts of the main Makefile, that are only related to the
kernel build-system, into their own file (Kbuild). When invokes, this
file will be search first for additional rules by the kernel
build-system.

The remaining rules in our own root-Makefile will not be seen by the
kernel build-system anymore and thus are easier to extend.

Also, change some variable-names to fit those suggested by the
kernel-documentation (Documentation/kbuild/modules.txt).

Signed-off-by: Benjamin Block <bebl@mageta.org>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Kbuild [new file with mode: 0644]
Makefile