mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 00:16:17 +00:00
Change-Id: I44427225658e90b64dbc0881e4effc1debafeda6 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
215 B
Makefile
7 lines
215 B
Makefile
ccflags-y +=-I$(srctree)/include/drivers
|
|
ccflags-y +=-I$(srctree)/arch/x86
|
|
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
|
|
|
|
obj-$(CONFIG_LOAPIC) += loApicIntr.o
|
|
obj-$(CONFIG_IOAPIC) += ioApicIntr.o
|