Remove ARM specific driver that duplicates the platform independent one. Rename x86 specific driver to make it unique. Added configuration options for random and non-random number generators. Change-Id: Ie1b277d2927cdfe877650ae09134db7c86becb76 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
4 lines
164 B
Makefile
4 lines
164 B
Makefile
EXTRA_CFLAGS +=-I$(srctree)/arch/$(ARCH)
|
|
EXTRA_CFLAGS +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
|
|
|
|
obj-$(CONFIG_TIMER_RANDOM_GENERATOR) = rand32-timer.o
|