Makefile (df9b42963f2d010ae3163a894ce22cf6b27cd344) | Makefile (e809c22b8fb0282048fc008cfcdd017186090dbc) |
---|---|
1# 2# Makefile for linux/drivers/platform 3# 4 5obj-$(CONFIG_X86) += x86/ 6obj-$(CONFIG_OLPC) += olpc/ | 1# 2# Makefile for linux/drivers/platform 3# 4 5obj-$(CONFIG_X86) += x86/ 6obj-$(CONFIG_OLPC) += olpc/ |
7obj-$(CONFIG_GOLDFISH) += goldfish/ |
|