blob: 3656b7b17b99ee8ecc806fd21f3fa493873ff122 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#
# Makefile for linux/drivers/platform
#
obj-$(CONFIG_X86) += x86/
obj-$(CONFIG_OLPC) += olpc/
obj-$(CONFIG_GOLDFISH) += goldfish/
obj-$(CONFIG_CHROME_PLATFORMS) += chrome/
|