diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-12 18:11:31 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-12 18:11:31 -0400 |
commit | 8551be2becc2ae384037fd92427bd6f1527e1039 (patch) | |
tree | 5ddd96690f4483ff5e34e519112d1272f16f740b /src/grp-boot/Makefile | |
parent | 6613132ae4a8e1232760949f39f32003ba857bd9 (diff) |
./tools/notsd-fixup **/Makefile
Diffstat (limited to 'src/grp-boot/Makefile')
-rw-r--r-- | src/grp-boot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/grp-boot/Makefile b/src/grp-boot/Makefile index 6f46e5e035..df1febe823 100644 --- a/src/grp-boot/Makefile +++ b/src/grp-boot/Makefile @@ -23,6 +23,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk -nested.subdirs += bootctl systemd-boot kernel-install +nested.subdirs += bootctl +nested.subdirs += kernel-install +nested.subdirs += systemd-boot include $(topsrcdir)/build-aux/Makefile.tail.mk |