Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « opp « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e70ceb406fe9171f8b3dd1cc2fced28fcbe3e778 (plain)
1
2
3
4
ccflags-$(CONFIG_DEBUG_DRIVER)	:= -DDEBUG
obj-y				+= core.o cpu.o
obj-$(CONFIG_OF)		+= of.o
obj-$(CONFIG_DEBUG_FS)		+= debugfs.o