Hack: Add explicit depends on bus_if.h and device_if.h to avoid a
chicken and egg problem in some compilation environments.
This commit is contained in:
parent
8b1bf92acc
commit
66a086e04a
@ -55,6 +55,9 @@ CFLAGS += -mllvm -arm-enable-ehabi
|
||||
.endif
|
||||
.endif
|
||||
|
||||
# hack because genassym.c includes sys/bus.h which includes these.
|
||||
genassym.o: bus_if.h device_if.h
|
||||
|
||||
SYSTEM_LD_ = ${LD} -Bdynamic -T ldscript.$M.noheader ${LDFLAGS} \
|
||||
-warn-common -export-dynamic -dynamic-linker /red/herring -o \
|
||||
${FULLKERNEL}.noheader -X ${SYSTEM_OBJS} vers.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user