3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-11 17:55:54 +00:00

14 lines
373 B
Makefile
Raw Normal View History

2022-04-02 18:17:33 +05:00
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for linux/drivers/platform
#
obj-$(CONFIG_X86) += x86/
2022-12-14 11:30:32 +05:00
obj-$(CONFIG_LOONGARCH) += loongarch/
2022-04-02 18:17:33 +05:00
obj-$(CONFIG_MELLANOX_PLATFORM) += mellanox/
obj-$(CONFIG_MIPS) += mips/
obj-$(CONFIG_OLPC_EC) += olpc/
obj-$(CONFIG_GOLDFISH) += goldfish/
obj-$(CONFIG_CHROME_PLATFORMS) += chrome/
obj-$(CONFIG_SURFACE_PLATFORMS) += surface/