mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-06-24 07:00:24 -04:00
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
|