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:
Sam Leffler 2007-02-02 02:39:56 +00:00
parent 6741ecf595
commit 421e1cce17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166408

View File

@ -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