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-19 01:57:15 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6cea14f554
linux_dsm_epyc7002
/
arch
/
arm
/
mach-mediatek
/
Makefile
3 lines
53 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: mediatek: clean up mach-mediatek/Makefile Kbuild descends into arch/arm/mach-mediatek/Makefile only when CONFIG_ARCH_MEDIATEK is enabled. So, obj-$(CONFIG_ARCH_MEDIATEK) is always equivalent to obj-y in this Makefile. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
2016-09-19 01:11:13 +07:00
obj-$(CONFIG_SMP)
+=
platsmp.o
obj-y
+=
mediatek.o
Reference in New Issue
Copy Permalink