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