repo.or.cz
/
hh.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync hh.org
[hh.org.git]
/
arch
/
arm
/
mach-pxa
/
htcsable
/
Makefile
blob
c14553d119c6181b11737bf31e0b55f1ec970af9
1
#
2
# Makefile for HTC Sable
3
#
4
obj-
$(
CONFIG_MACH_HW6900
) +=
htcsable.o htcsable_udc.o \
5
htcsable_ts2.o \
6
htcsable_pm.o \
7
htcsable_core.o \
8
htcsable_keyboard.o \
9
htcsable_buttons.o \
10
htcsable_kbd.o \
11
htcsable_bt.o htcsable_phone.o \
12
htcsable_rom.o
13
14
obj-
$(
CONFIG_HTCSABLE_LCD
) +=
htcsable_lcd.o
15
obj-
$(
CONFIG_HTCSABLE_BACKLIGHT
) +=
htcsable_bl.o
16