summaryrefslogtreecommitdiff
path: root/src/boot/efi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/Makefile')
-rw-r--r--src/boot/efi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/boot/efi/Makefile b/src/boot/efi/Makefile
index 747bf6925c..220a4d2175 100644
--- a/src/boot/efi/Makefile
+++ b/src/boot/efi/Makefile
@@ -20,6 +20,9 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
+include $(topsrcdir)/build-aux/Makefile.head.mk
+
systemd_boot_headers = \
src/boot/efi/util.h \
src/boot/efi/console.h \
@@ -122,3 +125,4 @@ test-efi: test-efi-disk.img
EXTRA_DIST += test/test-efi-create-disk.sh
+include $(topsrcdir)/build-aux/Makefile.tail.mk