mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Set dependencies for genassym.c.
This fixes non-parallel build.
This commit is contained in:
parent
b80427f906
commit
fa851a8bfb
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue