8 lines
136 B
Makefile
8 lines
136 B
Makefile
#
|
|
# Makefile for linux/drivers/platform
|
|
#
|
|
|
|
obj-$(CONFIG_X86) += x86/
|
|
obj-$(CONFIG_OLPC) += olpc/
|
|
obj-$(CONFIG_GOLDFISH) += goldfish/
|