diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2015-09-14 11:47:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-09-14 11:47:18 +0000 |
commit | 282a53a0d531fb39bd39d5c6673c72f240feb9d7 (patch) | |
tree | 97c9408ce36c2b9f8fc775ba203cd92a1a581caa /fuel/build/f_isoroot/Makefile | |
parent | 206dcbfd7584f6dd24035b8a49226a5ac3419f26 (diff) | |
parent | 5d4a36b80fcd0b69e35e4d4f59cfb64a62453c28 (diff) |
Merge "Refactoring build system to support Fuel 6.1"
Diffstat (limited to 'fuel/build/f_isoroot/Makefile')
-rw-r--r-- | fuel/build/f_isoroot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuel/build/f_isoroot/Makefile b/fuel/build/f_isoroot/Makefile index bde8e64..8a7f48a 100644 --- a/fuel/build/f_isoroot/Makefile +++ b/fuel/build/f_isoroot/Makefile @@ -8,7 +8,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -SUBDIRS = f_predeployment f_kscfg f_bootstrap +SUBDIRS = f_kscfg f_bootstrap SUBCLEAN = $(addsuffix .clean,$(SUBDIRS)) .PHONY: all |