svn commit: r300617 - head/sys/conf

Ruslan Bukin br at FreeBSD.org
Tue May 24 16:30:06 UTC 2016


Author: br
Date: Tue May 24 16:30:05 2016
New Revision: 300617
URL: https://svnweb.freebsd.org/changeset/base/300617

Log:
  Set dependencies for genassym.c.
  This fixes non-parallel build.

Modified:
  head/sys/conf/Makefile.riscv

Modified: head/sys/conf/Makefile.riscv
==============================================================================
--- head/sys/conf/Makefile.riscv	Tue May 24 15:39:57 2016	(r300616)
+++ head/sys/conf/Makefile.riscv	Tue May 24 16:30:05 2016	(r300617)
@@ -32,6 +32,9 @@ INCLUDES+= -I$S/contrib/libfdt
 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
 .endif
 
+# hack because genassym.c includes sys/bus.h which includes these.
+genassym.o: bus_if.h device_if.h
+
 %BEFORE_DEPEND
 
 %OBJS


More information about the svn-src-head mailing list