summaryrefslogtreecommitdiff
path: root/rootfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rootfs/Makefile')
-rw-r--r--rootfs/Makefile5
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
15rootfs $(rootfs): 15rootfs $(rootfs):
16 $(sudo) $(fsmgr) build $(rootfs) 16 $(sudo) $(fsmgr) build $(rootfs)
17patchfs $(patchfs): $(rootfs) 17
18 $(sudo) $(fsmgr) build $(patchfs) 18patchfs $(patchfs):
19 $(sudo) REWRITE_SOURCES_LIST=y $(fsmgr) build $(patchfs)