Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
wtarreau
/
linux-2.4
/
570f65e15c54c38fc2e3d13309c3ae428c1ddda2
/
.
/
arch
/
ppc
/
xmon
/
Makefile
blob: 6670b8766523f3e3ba1870870ec0e52e7d4494c2 [
file
] [
log
] [
blame
]
#
# Makefile for xmon
O_TARGET
:=
x
.
o
ifdef CONFIG_8xx
obj
-
y
:=
start_8xx
.
o
else
obj
-
y
:=
start
.
o
endif
obj
-
y
+=
xmon
.
o ppc
-
dis
.
o ppc
-
opc
.
o subr_prf
.
o setjmp
.
o
include $
(
TOPDIR
)/
Rules
.
make