diff options
Diffstat (limited to 'rootfs/Makefile')
-rw-r--r-- | rootfs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rootfs/Makefile b/rootfs/Makefile index 9e4e15a..7bb9619 100644 --- a/rootfs/Makefile +++ b/rootfs/Makefile | |||
@@ -14,5 +14,6 @@ all: rootfs $(ifneq $(patchfs),,patchfs) | |||
14 | 14 | ||
15 | rootfs $(rootfs): | 15 | rootfs $(rootfs): |
16 | $(sudo) $(fsmgr) build $(rootfs) | 16 | $(sudo) $(fsmgr) build $(rootfs) |
17 | patchfs $(patchfs): $(rootfs) | 17 | |
18 | $(sudo) $(fsmgr) build $(patchfs) | 18 | patchfs $(patchfs): |
19 | $(sudo) REWRITE_SOURCES_LIST=y $(fsmgr) build $(patchfs) | ||