Change-Id: I9ad5d51329d381c091aa47b482a8e38e7c194118 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
6 lines
230 B
Makefile
6 lines
230 B
Makefile
ccflags-y +=-I$(srctree)/arch/$(ARCH)
|
|
ccflags-y +=-I$(srctree)/arch/$(ARCH)/platforms/$(strip $(CONFIG_PLATFORM))
|
|
|
|
obj-$(CONFIG_TIMER_RANDOM_GENERATOR) = rand32-timer.o
|
|
obj-$(CONFIG_X86_TSC_RANDOM_GENERATOR) += rand32-timestamp.o
|