Skip to content

Commit

Permalink
makefile: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed May 26, 2021
1 parent c41551f commit b7e10dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/tools/mksquashfs_xz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ clean:
fi
make -C $(SRC_NAME1) clean
rm -f config_xz_done
rm -f mksquashfs
rm -f mksquashfs unsquashfs
1 change: 1 addition & 0 deletions trunk/user/antfs/antfs-07.19/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
KBUILD ?= /lib/modules/$(shell uname -r)/build
VERSION ?= $(shell git describe --tags 2>/dev/null || echo unknown)
DKMS_NAME = antfs
LIBNTFS_SRC := libntfs-3g

Q ?= @

Expand Down

0 comments on commit b7e10dc

Please sign in to comment.