4 lines
69 B
Makefile
4 lines
69 B
Makefile
|
obj-y = dlist.o
|
||
|
obj-$(CONFIG_PRINTK) += printk.o
|
||
|
obj-y += generated/
|