mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 05:25:18 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user