summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-02-26 19:51:08 +0100
committerKay Sievers <kay@vrfy.org>2015-02-26 19:51:08 +0100
commit7361099e4245ee31f6d70dc659d78fc533952893 (patch)
treeba4c27591875e72e2e08a4a744e48380e9d4af22 /Makefile.am
parent2f8d336478536af789d654599f9523d02e0ca693 (diff)
boot: efi - remove custom splash support
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 74c9a5028..e77a2427c 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