Makefile.defs: definitions for ksplash-theme*

This commit is contained in:
Silvan Calarco 2013-08-30 15:14:42 +02:00
parent 47f8745968
commit 7918751916

View File

@ -1,8 +1,5 @@
# def file for openmamba platforms
# libc
libpthread.so.0 = glibc
# systemd/sysvinit
_initsystem = systemd
/sbin/halt = $(_initsystem)
@ -16,6 +13,8 @@ _initsystem = systemd
#xorgproprietary = xorg-drv-video-fglrx xorg-drv-video-nvidia
ifeq ($(ARCH),i586)
# libc
libpthread.so.0 = glibc
# kernel
kernelnvidia = kernel-$(KERNEL_EXTRAVER)-nongpl-nvidia
kernelsound = kernel-$(KERNEL_EXTRAVER)-sound
@ -246,6 +245,9 @@ rtld[GNU_UNIQUE] = ldconfig
libgs.so.9[][64bit] = ghostscript
endif
ksplashtheme = ksplash-theme-openmamba
ksplash-theme-openmamba = ksplash-theme-openmamba
ifdef PLATFORM
include $(TARGETSDIR)/$(TARGET)/platforms/$(PLATFORM)/Makefile.defs
endif