move shared register support code to common

This commit is contained in:
Sam Leffler
2009-03-11 17:46:01 +00:00
parent f3307dca67
commit 111b13184f
8 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -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
+1 -2
View File
@@ -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
View File
@@ -2,6 +2,8 @@
PROG= athregs
.PATH.c: ${.CURDIR}/../common
SRCS= dumpregs.c
SRCS+= dumpregs_5210.c
SRCS+= dumpregs_5211.c