aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2017-10-17 02:39:07 -0700
committerJoseph Richey <joerichey94@gmail.com>2017-10-19 02:22:26 -0700
commitbab7dfdf68075b345e4de3ae79ea685ca884668f (patch)
treeeced4ecdfd37aae1a92f28ba0864837db1205eb0 /Makefile
parentb5cc60b2b974645f0d09721c292cd243d049cbcf (diff)
Move around and fscrypt refactor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 570936b..cbbaea7 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ PAM_CONFIG_DIR ?= /usr/share/pam-configs
PKG_DIR = github.com/google/$(NAME)
CMD_PKG = $(PKG_DIR)/cmd/$(NAME)
-EXT4_PKG =$(PKG_DIR)/ext4
+EXT4_PKG =$(PKG_DIR)/cmd/ext4
PAM_PKG = $(PKG_DIR)/$(PAM_NAME)
SRC_FILES = $(shell find . -type f -name '*.go' -o -name "*.h" -o -name "*.c")