mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 06:02:38 +00:00
2a5528912d
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
18 lines
361 B
Makefile
18 lines
361 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := common.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_ARCH_AUTCPU12) += autcpu12.o
|
|
obj-$(CONFIG_ARCH_CDB89712) += cdb89712.o
|
|
obj-$(CONFIG_ARCH_CLEP7312) += clep7312.o
|
|
obj-$(CONFIG_ARCH_EDB7211) += edb7211.o
|
|
obj-$(CONFIG_ARCH_FORTUNET) += fortunet.o
|
|
obj-$(CONFIG_ARCH_P720T) += p720t.o
|