6 lines
119 B
Makefile
6 lines
119 B
Makefile
|
ccflags-y += -I$(srctree)/include/drivers
|
||
|
ccflags-y += -I$(srctree)/drivers
|
||
|
asflags-y := ${ccflags-y}
|
||
|
|
||
|
obj- += dummy.o
|