mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
create empty opt_ah.h for compiling athstats.o; it just needs
the PHY definitions and not the descriptor so it doesn't matter if it's correct relative to the hal.o
This commit is contained in:
parent
6741ecf595
commit
421e1cce17
1 changed files with 8 additions and 0 deletions
|
|
@ -7,3 +7,11 @@ NO_MAN=
|
|||
SRCS= main.c statfoo.c athstats.c
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
CFLAGS+= -I.
|
||||
CLEANFILES+= opt_ah.h
|
||||
|
||||
athstats.o: opt_ah.h
|
||||
|
||||
opt_ah.h:
|
||||
touch opt_ah.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue