random: include bsp directory when building driver
Change-Id: Ia0e6a511bba47aa5bdf6e6c489055a71d6a78d79 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b766bfef89
commit
efeb26757e
@ -1,4 +1,5 @@
|
||||
ccflags-y +=-I$(srctree)/arch/$(ARCH)
|
||||
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
|
||||
|
||||
obj-$(CONFIG_TIMER_RANDOM_GENERATOR) = rand32-timer.o
|
||||
obj-$(CONFIG_X86_TSC_RANDOM_GENERATOR) += rand32-timestamp.o
|
||||
|
||||
Loading…
Reference in New Issue
Block a user