Add Makefile command line variables to enable docker and podman
authorAnton Blanchard <anton@linux.ibm.com>
Wed, 20 May 2020 05:01:42 +0000 (15:01 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Wed, 20 May 2020 05:04:24 +0000 (15:04 +1000)
commit6326efaca421a0eb1e91cb70f9c7b324812c6dd0
tree8316d4743f6b9211e9cd4e7789b2ffad2463a88a
parent224e7734a8e1923d30f7805514295bc009f2671d
Add Makefile command line variables to enable docker and podman

Instead of having to edit the Makefile, we can now do:

make DOCKER=1
make PODMAN=1

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
Makefile
README.md