This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-17 17:41:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
70e2a7bf23
linux
/
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 22:07:18 +00: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 16:41:39 +00:00
obj-$(CONFIG_SMP)
+=
headsmp.o platsmp.o
Reference in New Issue
Copy Permalink