fs: sdfat: fix Makefile

This commit is contained in:
TBK 2019-03-13 03:45:47 +01:00
parent 62f8daa4d2
commit 254cae403e
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@ sdfat_fs-$(CONFIG_SDFAT_STATISTICS) += statistics.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
@$(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
@$(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
cscope:
rm -rf cscope.files cscope.files