repo.or.cz
/
linux
/
elbrus.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Lynx framebuffers multidomain implementation.
[linux/elbrus.git]
/
arch
/
arm
/
mach-versatile
/
Makefile
blob
81fa3fe25e1aedbacdd9f8de8c5640fe548bf80b
1
#
2
# Makefile for the linux kernel.
3
#
4
5
obj-y
:=
core.o
6
obj-
$(
CONFIG_ARCH_VERSATILE_PB
) +=
versatile_pb.o
7
obj-
$(
CONFIG_MACH_VERSATILE_AB
) +=
versatile_ab.o
8
obj-
$(
CONFIG_MACH_VERSATILE_DT
) +=
versatile_dt.o
9
obj-
$(
CONFIG_PCI
) +=
pci.o