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
@ -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…
x
Reference in New Issue
Block a user