aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.riscv3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/Makefile.riscv b/sys/conf/Makefile.riscv
index 8721b53893c1..133ac964372e 100644
--- a/sys/conf/Makefile.riscv
+++ b/sys/conf/Makefile.riscv
@@ -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