From 7361099e4245ee31f6d70dc659d78fc533952893 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 26 Feb 2015 19:51:08 +0100 Subject: boot: efi - remove custom splash support --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 74c9a5028c..e77a2427c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2566,14 +2566,12 @@ systemd_boot_headers = \ src/boot/efi/util.h \ src/boot/efi/console.h \ src/boot/efi/graphics.h \ - src/boot/efi/splash.h \ src/boot/efi/pefile.h systemd_boot_sources = \ src/boot/efi/util.c \ src/boot/efi/console.c \ src/boot/efi/graphics.c \ - src/boot/efi/splash.c \ src/boot/efi/pefile.c \ src/boot/efi/boot.c -- cgit v1.2.3-54-g00ecf