diff options
Diffstat (limited to 'rootfs')
-rw-r--r-- | rootfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootfs/Makefile b/rootfs/Makefile index e1588cb..3b2e234 100644 --- a/rootfs/Makefile +++ b/rootfs/Makefile | |||
@@ -34,5 +34,7 @@ gold: $(gold) | |||
34 | $(gold): $(rootfs) | 34 | $(gold): $(rootfs) |
35 | $(sudo) $(fsmgr) build $@ | 35 | $(sudo) $(fsmgr) build $@ |
36 | 36 | ||
37 | $(patchfs): $(rootfs) | ||
38 | |||
37 | $(patchfs) $(rootfs): | 39 | $(patchfs) $(rootfs): |
38 | $(sudo) REWRITE_SOURCES_LIST=y $(fsmgr) build $@ | 40 | $(sudo) REWRITE_SOURCES_LIST=y $(fsmgr) build $@ |