Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b8da8677d4f88db066c1cfe34529d970a060de46
/
.
/
drivers
/
usb
/
otg
/
Makefile
blob: 483816685d000d03a438267e75d426c711dccdf2 [
file
] [
log
] [
blame
]
David Brownell
b8da867
2008-11-24 11:53:35 -0800
[
diff
] [
blame^
]
1
obj
-
$
(
CONFIG_ISP1301_OMAP
)
+=
isp1301_omap
.
o
2
3
ifeq
(
$
(
CONFIG_USB_DEBUG
),
y
)
4
EXTRA_CFLAGS
+=
-
DDEBUG
5
else
ifeq
(
$
(
CONFIG_USB_GADGET_DEBUG
),
y
)
6
EXTRA_CFLAGS
+=
-
DDEBUG
7
endif
8