move shared register support code to common
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
|
||||
PROG= athdecode
|
||||
|
||||
.PATH.c: ${.CURDIR}/../athregs
|
||||
CFLAGS+=-I${.CURDIR}/../athregs
|
||||
.PATH.c: ${.CURDIR}/../common
|
||||
|
||||
SRCS= main.c
|
||||
SRCS+= dumpregs_5210.c
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
|
||||
PROG= athpoke
|
||||
|
||||
.PATH.c: ${.CURDIR}/../athregs
|
||||
CFLAGS+=-I${.CURDIR}/../athregs
|
||||
.PATH.c: ${.CURDIR}/../common
|
||||
|
||||
SRCS= athpoke.c
|
||||
SRCS+= dumpregs_5210.c
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
PROG= athregs
|
||||
|
||||
.PATH.c: ${.CURDIR}/../common
|
||||
|
||||
SRCS= dumpregs.c
|
||||
SRCS+= dumpregs_5210.c
|
||||
SRCS+= dumpregs_5211.c
|
||||
|
||||
Reference in New Issue
Block a user