mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 04:16:43 +07:00
c751e17b53
Add CE4100 platform support. CE4100 needs early setup like moorestown. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Dirk Brandewie <dirk.brandewie@gmail.com> LKML-Reference: <94720fd7f5564a12ebf202cf2c4f4c0d619aab35.1289331834.git.dirk.brandewie@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
10 lines
156 B
Makefile
10 lines
156 B
Makefile
# Platform specific code goes here
|
|
obj-y += ce4100/
|
|
obj-y += efi/
|
|
obj-y += mrst/
|
|
obj-y += olpc/
|
|
obj-y += scx200/
|
|
obj-y += sfi/
|
|
obj-y += visws/
|
|
obj-y += uv/
|