blob: 7990aac1c16b1056a51e5e641e0886db5089e099 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#
# Makefile for linux/drivers/platform
#
CFLAGS_KERNEL := -fno-unsafe-math-optimizations -fno-strict-aliasing
obj-$(CONFIG_X86) += x86/
obj-$(CONFIG_OLPC) += olpc/
obj-$(CONFIG_GOLDFISH) += goldfish/
|