2015-11-02 20:58:01 -05:00
|
|
|
subdir-ccflags-y +=-I$(srctree)/include/drivers
|
|
|
|
subdir-ccflags-y +=-I$(srctree)/drivers
|
|
|
|
subdir-asflags-y := ${subdir-ccflags-y}
|
|
|
|
|
2016-04-22 13:15:19 -04:00
|
|
|
ifneq ($(SOC_FAMILY),)
|
|
|
|
obj-y += soc/$(SOC_FAMILY)/
|
|
|
|
else
|
2016-04-03 09:37:43 -04:00
|
|
|
obj-y += soc/$(SOC_PATH)/
|
2016-04-22 13:15:19 -04:00
|
|
|
endif
|
|
|
|
|
2016-01-27 14:40:45 -08:00
|
|
|
obj-y += core/
|