Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Fix splashscreen_image option to include splash_ima...
details: https://anonhg.NetBSD.org/src/rev/8b308c57c35d
branches: trunk
changeset: 340540:8b308c57c35d
user: nat <nat%NetBSD.org@localhost>
date: Fri Sep 11 15:56:56 2015 +0000
description:
Fix splashscreen_image option to include splash_image.o
OK from christos@
diffstat:
sys/conf/splash.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 93a945633165 -r 8b308c57c35d sys/conf/splash.mk
--- a/sys/conf/splash.mk Fri Sep 11 11:19:58 2015 +0000
+++ b/sys/conf/splash.mk Fri Sep 11 15:56:56 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: splash.mk,v 1.1 2015/08/30 07:33:53 uebayasi Exp $
+# $NetBSD: splash.mk,v 1.2 2015/09/11 15:56:56 nat Exp $
# Option for embedding a splashscreen image.
.if defined(SPLASHSCREEN_IMAGE)
.include "${S}/dev/splash/splash.mk"
-init_main.o: splash_image.o
+OBJS+= splash_image.o
.endif
Home |
Main Index |
Thread Index |
Old Index