mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
4a66d3fecf
This platform include boards: Hardware Emulator (HE) Simulator based upon nSIM. Signed-off-by: Noam Camus <noamc@ezchip.com>
8 lines
130 B
Makefile
8 lines
130 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := entry.o platform.o
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_EZNPS_MTM_EXT) += mtm.o
|