2015-06-04 10:17:57 +08:00
|
|
|
ccflags-y +=-I$(srctree)/arch/$(ARCH)
|
2015-06-16 04:43:35 +08:00
|
|
|
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_PLATFORM))
|
2015-05-25 20:18:57 +08:00
|
|
|
|
2015-05-28 05:14:51 +08:00
|
|
|
obj-$(CONFIG_TIMER_RANDOM_GENERATOR) = rand32-timer.o
|
2015-06-08 23:09:11 +08:00
|
|
|
obj-$(CONFIG_X86_TSC_RANDOM_GENERATOR) += rand32-timestamp.o
|