Sign in
zircon-guest
/
third_party
/
linux
/
refs/heads/linux-2.6.11.y
/
.
/
arch
/
um
/
os-Linux
/
sys-x86_64
/
Makefile
blob: bdfa841fca165d02fd7b2fbb0c6d91956d5815e7 [
file
] [
edit
]
#
# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
# Licensed under the GPL
#
obj
-
$
(
CONFIG_MODE_SKAS
)
=
registers
.
o
USER_OBJS
:=
$
(
foreach file
,
$
(
obj
-
y
),
$
(
obj
)/
$
(
file
))
$
(
USER_OBJS
)
:
%.
o
:
%.
c
$
(
CC
)
$
(
CFLAGS_$
(
notdir $@
))
$
(
USER_CFLAGS
)
-
c
-
o $@ $
<