Add all target for make

Adding in an 'all' target allows us to use canned build scripts for any
of the scoutfs related repositories.

Signed-off-by: Nic Henke <nic.henke@versity.com>
Signed-off-by: Zach Brown <zab@zabbo.net>
This commit is contained in:
Nic Henke
2016-10-20 13:56:44 -06:00
committed by Zach Brown
parent ad2f5b33ee
commit d4355dd587

View File

@@ -28,6 +28,8 @@ ALL: module
#
# #define _RH_KABI_REPLACE_UNSAFE(_orig, _new) _new
all: module
module:
make CONFIG_SCOUTFS_FS=m -C $(SK_KSRC) M=$(CURDIR)/src
make C=2 CF="-D__CHECK_ENDIAN__" CONFIG_SCOUTFS_FS=m -C $(SK_KSRC) M=$(CURDIR)/src