mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Make this build again!
This commit is contained in:
parent
404087cc06
commit
cbbbd0fa7f
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ PROG= athratestats
|
|||
|
||||
SRCS= main.c opt_ah.h ah_osdep.h
|
||||
|
||||
CLEANFILES+= opt_ah.h
|
||||
CLEANFILES+= opt_ah.h ah_osdep.h
|
||||
|
||||
.include <../Makefile.inc>
|
||||
|
||||
|
|
@ -23,5 +23,6 @@ ah_osdep.h:
|
|||
echo 'typedef void *HAL_SOFTC;' >ah_osdep.h
|
||||
echo 'typedef int HAL_BUS_TAG;' >>ah_osdep.h
|
||||
echo 'typedef void *HAL_BUS_HANDLE;' >>ah_osdep.h
|
||||
echo 'typedef uint32_t *HAL_DMA_ADDR;' >>ah_osdep.h
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue