Change-Id: Ia0e6a511bba47aa5bdf6e6c489055a71d6a78d79 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
219 B
Makefile
6 lines
219 B
Makefile
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
|