9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
|
ccflags-y +=-I$(srctree)/arch/arc/soc/
|
||
|
ccflags-y +=-I$(srctree)/include
|
||
|
ccflags-y +=-I$(srctree)/include/drivers
|
||
|
ccflags-y +=-I$(srctree)/drivers
|
||
|
|
||
|
asflags-y := ${ccflags-y}
|
||
|
|
||
|
obj-y = soc.o soc_config.o
|