13 lines
254 B
Makefile
13 lines
254 B
Makefile
#ident "ide/godzilla/bridge/Makefile: $Revision: 1.8 $"
|
|
#
|
|
# bridge diag makefile
|
|
|
|
DIAGDEPTH= ../..
|
|
include ${DIAGDEPTH}/Makedefs
|
|
|
|
ASFILES=
|
|
CFILES= br_regs.c br_ram.c br_intr.c br_err.c br_util.c
|
|
|
|
include ${DIAGDEPTH}/Makerules
|
|
LINCLUDES = -I../include
|