aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/gcx/gccore/Makefile
blob: 9e76c2ce93665bcbdc4b15224ba85a2f745a2d8f (plain)
1
2
3
4
5
6
7
8
9
obj-$(CONFIG_GCCORE) += gccore.o

gccore-y := \
	gcmain.o \
	gcmem.o \
	gcmmu.o \
	gcqueue.o \
	gcdebug.o \
	gcdbglog.o