This commit is contained in:
Genevieve Helsel 2024-04-14 00:38:58 -07:00 committed by GitHub
commit d03150b1f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,7 +149,7 @@ endif
all: test modules
test:
@if [ ! -e ./.git ] ; then echo $(MSG); exit 1; fi;
@if [ ! -e ./.git -a ! -e ./.sl ] ; then echo $(MSG); exit 1; fi;
modules:
$(MAKE) ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) -C $(KSRC) M=$(shell pwd) modules