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