This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-25 06:41:21 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
24867481b8
linux_dsm_epyc7002
/
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-19 05:07:18 +07: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 23:41:39 +07:00
obj-$(CONFIG_SMP)
+=
headsmp.o platsmp.o
Reference in New Issue
Copy Permalink