summaryrefslogtreecommitdiff
path: root/arch/arm/Kbuild
blob: ff43af48b5cf894bece5335ae168122f7a79ed06 (plain)
1
2
3
4
5
6
7
8
9
10
11
subdir-ccflags-y +=-I$(srctree)/include/drivers
subdir-ccflags-y +=-I$(srctree)/drivers
subdir-asflags-y := ${subdir-ccflags-y}

ifneq ($(SOC_FAMILY),)
obj-y += soc/$(SOC_FAMILY)/
else
obj-y += soc/$(SOC_PATH)/
endif

obj-y += core/