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 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue