mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-23 08:36:37 +00:00
This commit adds the Makefiles that describe the object-bundles for the drivers directory and every subdirectory below. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: Id77cff9cf0ab51827acc2aef32cbed3ec3ad586b
6 lines
171 B
Makefile
6 lines
171 B
Makefile
EXTRA_CFLAGS +=-I$(srctree)/drivers
|
|
EXTRA_CFLAGS +=-I$(srctree)/arch/x86/generic_pc
|
|
EXTRA_CFLAGS +=-I$(srctree)/arch/x86
|
|
|
|
obj-${CONFIG_PIC}${CONFIG_SHUTOFF_PIC} = i8259.o
|