repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Blackfin: rename some Blackfin drivers
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-pnx4008
/
Makefile
blob
777564c90a12660714d74f4a69faf20d1bc75e1a
1
#
2
# Makefile for the linux kernel.
3
#
4
5
obj-y
:=
core.o irq.o time.o clock.o gpio.o serial.o dma.o i2c.o
6
obj-m
:=
7
obj-n
:=
8
obj-
:=
9
10
# Power Management
11
obj-
$(
CONFIG_PM
) +=
pm.o sleep.o
12