This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
linux-next
Watch
1
Star
0
Fork
0
You've already forked linux-next
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced
2025-01-15 02:05:33 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
linux-next
/
arch
/
arm
/
mach-socfpga
/
Makefile
7 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: socfpga: initial support for Altera's SOCFPGA platform Adding core definitions for Altera's SOCFPGA ARM platform. Mininum support for Altera's SOCFPGA Cyclone 5 hardware. Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Reviewed-by: Pavel Machek <pavel@denx.de> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2012-07-18 16:07:18 -06:00
#
# Makefile for the linux kernel.
#
obj-y
:=
socfpga.o
ARM: socfpga: Enable SMP for socfpga Enable SMP for the SOCFPGA platform. Signed-off-by: Pavel Machek <pavel@denx.de> Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2012-10-25 10:41:39 -06:00
obj-$(CONFIG_SMP)
+=
headsmp.o platsmp.o
Reference in New Issue
Copy Permalink